I'm getting a bit frustated with this. I can't get java to work with PHP.
Compilation works without any problem, but when I test it with a simple script it always says :
"Fatal error: Cannot instantiate non-existent class: java"
I'm using jdk1.3, wich is in /usr/local/jdk1.3
Apache version is 1.3.17
PHP version is 4.0.4pl1
SO version is Linux RedHat 7.0
config string for PHP
./configure --with-apache=../apache_1.3.17 --enable-track-vars --with-java=/usr/local/jdk1.3
Now what ???
What is it that i need to do so PHP knows where java classes are ?
I already tried something about php.ini that i read in some post here, but it didn't help.
Can someone give me some hints please ??
-Paulo