Click to See Complete Forum and Search --> : Install ext/java


Anon
01-02-2001, 11:47 PM
Hello Guys

I get the following error:

PHP Warning: Unable to load dynamic library './php_java.dll' - A device attached to the system is not functioning

my jdk is install ok. I have the path in the autoexec.bat ok. I added the following lines during installation


[java]
extension=php_java.dll
java.library.path=d:\php\
java.class.path="d:\apache\htdocs\math\"

OOzy

Anon
01-03-2001, 12:30 AM
I tried these lines but still not working

java.class.path="d:\php\php_java.jar;d:\jdk1.3\jre\lib;d:\jdk1.3\jre\bin\"
java.home="d:\jdk1.3\bin;d:\jdk1.3\jre\bin\"
java.library.path="d:\php\;d:\jdk1.3\jre\bin\"
java.library=d:\jdk1.3\jre\bin\classic\jvm.dll
extension=php_java.dll