Hi,
I have problem to load java class in php. The following error message occurs:
Fatal error: Cannot instantiate non-existent class: java in /applis/apache/htdocs/intranet/jver.php on line 4
I install the java extension for php and I configure the php.ini as following:
java.class.path =/usr/local/lib/php_java.jar:/applis/apache/htdocs/intranet:/applis/java.class
java.home=/applis/jdk
java.library.path = /usr/local/lib/php/extensions/no-debug-non-zts-20000809:/applis/jdk/jre/lib/i386:/applis/jdk/lib/i386/classic:/applis/jdk/jre/lib/i386/native_threads
extension_dir = /usr/local/lib/php/extensions/no-debug-non-zts-20000809
extension = libphp_java.so
I use a linux with kernel 2.2.14, php4 and sun jdk 1.2.2
/applis/jdk is the install repertory of jdk
Have anyone already had this problem?
Thans for your help
Templ