Hi,
I've configured my php with the following line:
./configure --with-apxs=/usr/local/apache_1.3.20/bin/apxs --with-java=/usr/local/jdk1.3.1_01
in phpinfo(), it shows the configuration has the --with-java option, but i couldn't find a table for it. when i ran my php, it will simply show the below message:
Fatal error: Cannot instantiate non-existent class: java in /usr/local/apache_1.3.20/htdocs/CheckOut.phtml on line 14
i would like to know is how can i resolve this problem?
Thank