Hi,
I'm new to PHP and trying to get the PHP/Java bridge from http://php-java-bridge.sourceforge.net/pjb/, and having some real problems getting it to work.
I have updated my HTTPD.conf with the correct dll's, and also added the following references to Java in my php.ini file
extension=php_java.dll
[Java]
java.class.path = "C:\php-java-bridge-4.0.7_j2ee\JavaBridge\WEB-INF\lib\javabridge.jar"
java.home = "C:\j2sdk1.4.2_12\bin"
java.library.path = "C:\Program Files\PHP5\ext"
java.library = "C:\j2sdk1.4.2_12\jre\bin\server\jvm.dll"
java.log_file = "C:\Program Files\PHP5\log\java-bridge.log"
java.log_level = 3
java.java ="C:\j2sdk1.4.2_12\bin\javaw.exe"
I keep on getting the following error when i try to run test.php,
#!bin/env php Fatal: The loaded java extension is not the PHP/Java Bridge.
I am using Apache 2.2, PHP5, and using the java bridge 4.0.7.
Any Help would be most appreciated!!!