I tried to make java work with php, I configure "php.ini"
The following section is inside "php.ini"
extension=php_java.dll
java.class.path = "D:\php\extensions\j2dk1.4.0\php_java.jar;"
java.home = "D:\j2sdk1.4.0\bin;"
java.library =D:\j2sdk1.4.0\jre\bin\client\jvm.dll
java.library.path = "D:\php\extensions;"
I got error messge as following:
Unable to load Java Library D:\j2sdk1.4.0\jre\bin\client\jvm.dll;
error: The specified module could not be found.
However, the jvm.dll is in the directory