hi there!
I'm trying to integrate j2sdk1.4 with php4.2.1
I'm getting the same error as Venu :-
Fatal error: Cannot instantiate non-existent class: java in c:\program files\apache group\apache\htdocs\webphp\phpjava.php on line 4
here's how I configured my php.ini:-
[Java]
java.class.path = "c:\PHP\extensions\j2sdk1.4\php_java.jar;c:\myclasses"
java.home = "C:\j2sdk1.4"
java.library = "C:\j2sdk1.4\jre\bin\server\jvm.dll"
java.library.path = "C:\PHP\extensions;"
====================
java=c:\j2sdk1.4
php=c:\PHP
any help is much apreciated. Thanks in advance! 😉