[PHP] php java problem

2001-03-12 Thread vvsalon

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]




Re: [PHP] php java problem

2001-03-12 Thread David Robley

On Tue, 13 Mar 2001 16:45, vvsalon wrote:
 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:\jd
k1.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

Check your log files, especially the error file as there may be clues 
there.
-- 
David Robley| WEBMASTER  Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
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]