Hi all I've added the Java extension to my PHP setup and it works fine but only for a few minutes before I get the "Unable to create Java Virtual Machine..." error. Also if I open another browser window I immediately get this error. I've looked at various sources on the net (including the mailing list archives) to try to get to the bottom of this but still haven't been able to resolve it yet.
My configuration is Windows XP, Apache 1.3.24, PHP 4.2.2, Sun JDK 1.3.1 and my php.ini looks like this: ; I copied the extensions to 'c:\windows\system32' and set the extension_dir like this at the recommendation of someone else extension_dir = "C:\windows\system32" [Java] java.class.path = "C:\php\extensions\php_java.jar;c:\php\classes;." java.home = "C:\jdk1.3.1\bin;C:\jdk1.3.1\jre\bin;c:\jdk1.3.1" java.library.path = "c:\windows\system32" java.library = "C:\jdk1.3.1\jre\bin\hotspot\jvm.dll" This is just my most recent attempt having already tried quite a number of other configurations. If anyone has had success with setting up the Java extension on Windows with Apache I'd appreciate any help you could give. Thanks in advance Luke -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php