Hi,
I configured the php with --with java command, and after make and make install, what object file do I expect to find in libphp4.a? I did a static install which means that I needed to configure apache with ./configure --activate-module=src/modules/php4/libphp4.a.
I suspected my libphp4.a did not have a java related object file, because apache did not understand the java class, because I am getting a
Fatal error: Cannot instantiate non-existent class: java in /btsn/sfroot/SF2.0/www/javaprogram.php on line 4
Thanks in advace.
Mary