Hi...
Hello ...I am trying to call Java Object.. from php script..
I followed the steps which are given in this site..
These are the settings in my "php.ini" file..
...........................................
[Java]
java.home = c:\jdk1.3\bin
java.library = c:\jdk1.3\jre\bin\hotspot\jvm.dll
extension=php_java.dll
java.library.path = c:\php\extensions\
java.class.path = "c:\php\extensions\php_java.jar;c:\jdk1.3\src.jar"
.....................................
but now also it is giving this error...
...................................
Fatal error: Cannot instantiate non-existent class: java in c:\program files\apache group\apache\htdocs\phptojava.php
...................................
Anyone suggest me for this problem..
Venu