Jump to content

how to configure java extension to php using XAMPP


Recommended Posts

Hi experts,

iam new to PHP. i want to have java extension configured to php. and iam using XAMPP cross platform webserver. while i was configuring the java extension to php iam getting an error like

Fatal error: java() [function.java]: Unable to create Java Virtual Machine in C:\xampp\htdocs\workspace\ajax\java.php on line 3

Please help me out. would appreciate if you guys have any step by step procedure on how to configure java with php on XAMPP. Thanks in advance.

 

Thanks,

krishna.p

thanks for the reply.

yes i want to use the predefined java classes in php. for example  i use code like this.

<?php

 

$systemInfo = new Java("java.lang.System");

 

print "Total seconds since January 1, 1970:

".$systemInfo->currentTimeMillis();

 

?> so here it is saying error like unable to create java virtual machine. and one more thing i want to configure it on windows XP. please help me out. Thanks in advance..

 

Thanks,

krishna.p

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.