|
From: <php...@li...> - 2009-09-28 15:49:41
|
Hi, > with php_java.dll module installed with wamp > *Fatal error*: java() [<a href='function.java'>function. > java</ a>]: Unable to create Java Virtual Machine I don't know what this "php_java.dll" is or where you've got it from, but it seems to crash your php installation. If you want to use the php java bridge, please re-install php with the recommended php.ini or with no php.ini at all and then require the "Java.inc" PHP library as usual. Please see the install instruction at http://php-java-bridge.sf.net/pjb/installation.php for details. Regards, Jost Boekemeier On Sep 28, 2009 5:33 PM, <php...@li...> wrote: we are working on a project TMA, we use wamp 1.7.3 and php 5.4.2 on windows, we try with php_java.dll module installed with wamp, the php.ini configuration is as follows. java.home = "C:\vadmobile\jdk1.5.0_06" java.java_home = "C:\vadmobile\jdk1.5.0_06\bin" java.java = "C:\vadmobile\jdk1.5.0_06\bin\javaw.exe" java.class.path = "E:\wamp\php\ext\JavaBridge.jar" java.library.path = "E:\wamp\php\ext" However when we perform an example to test the following error that appears: *Fatal error*: java() [<a href='function.java'>function.java</a>]: Unable to create Java Virtual Machine in *E:\wamp\www\javatest.php* on line *3* 2009/9/28 <php...@li...> > You can use the cvs command. Please see the documentation on > http://sf.netfor details. > > However, I still don't understand why you want to follow some external > install instructions (w... > ------------------------------------------------------------------------------ > Come build with u... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -----------------------------... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |