I've scoured the forums here and elsewhere, but nothing really helped. I'm getting the "Unable to load dynamic library './extensions/php_java.dll'" error message. Here is a copy of the [Java] section of my php.ini
[Java]
java.library=C:\jdk1.2.2\jre\bin\classic
java.library.path=c:\PHP\extensions\
java.class.path="c:\PHP\java\php_java.jar;C:\jdk1.2.2\jre\lib\rt.jar;c:\jdk1.2.2\jre\bin\"
extension=php_java.dll
I had 1.4.0 installed but figured since all of the tutorials and install files use 1.2.2, that this may have been a problem. I still got the same error.