HI peter!!
I was trying to configure PHP and java.But i am getting the same error as jack was getting.I followed all the steps propely for configuring the Java and PHp as given below.
; php.ini for PEAR tests
include_path=..
[mail function]
SMTP= localhost ; for Win32 only
sendmail_from= me@localhost.com ; for Win32 only
upload_tmp_dir = d:\PHP\uploadtemp ; temporary directory for HTTP uploaded files (will use system default if not specified)
[Session]
session.save_path= d:\PHP\sessiondata ; argument passed to save_handler
error_reporting= E_ALL; display all errors, warnings and notices
extensions=php_java.dll
[Java]
java.class.path = "D:\PHP\jdk1.3\java\php_java.jar;"
java.home = "D:\jdk1.3"
java.library = "D:\jdk1.3\jre\bin\classic\jvm.dll"
java.library.path = "D:\PHP\jdk1.3\extensions;"
can u please kindly help me out in this matter