I have configued php.ini as follow:
extension=php_java.dll
[Java]
java.class.path = "C:\php\extensions\php_java.jar"
java.home = "C:\j2sdk1.4.2_02\bin"
java.library = "C:\j2sdk1.4.2_02\jre\bin\server\jvm.dll"
java.library.path = "C:\php\extensions"
But when test it with simple Java class, I always receive the message:
PHP has encountered an Access Violation at 00000000
Thanks for any reply.