krishna.p Posted June 3, 2008 Share Posted June 3, 2008 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 Quote Link to comment Share on other sites More sharing options...
discomatt Posted June 3, 2008 Share Posted June 3, 2008 So you want to use both the java and the php preprocessors? Java has many different flavours, please be more specific Quote Link to comment Share on other sites More sharing options...
krishna.p Posted June 3, 2008 Author Share Posted June 3, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.