Normally, I am using php4.0.4 at apache 1.3.19 on windows98.
It works fine.
However, after i added the following lines to the php.ini,
none of my original php pages can be shown.
The browser just "loading"..........
Can anyone help me to solve this problem?

The line I have added:
java.class.path="c:\php\extensions\php_java.jar;C:\jdk1.3\jre\lib;C:\jdk1.3\jre\bin\"

java.home="C:\jdk1.3\bin;C:\jdk1.3\jre\bin\"
java.library.path="c:\php\extensions\;C:\jdk1.3\jre\bin\"
java.library=C:\jdk1.3\jre\bin\classic\jvm.dll
extension=php_java.dll



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to