PHP/5.1.1 problem

liunx

Guest
I'm trying to enable java in my php web site. I just to know what should I do. Thanks'm trying to enable java in my php web site. I just to know what should I do. I changed php.ini

[Java]

extension=php_java.dll
java.class.path = c:\PHP\ext\php_java.jar
java.home = c:\PHP\ext
java.library = C:\sun\AppServer\jdk\jre\bin\client\jvm.dll
java.library.path = C:\sun\AppServer\jdk\jre\bin


and put the php.ini in c:\windows directory


copy everything out of pecl directory to c:\php\ext

Thanks
 
Back
Top