> I sincerely believe that the problem lies in my php installation, not in > my java installation, which is why I'm asking whether the debian php4 > package in the testing distribution, which is more specifically > PHP/4.1.2 according to X-Powered-By in phpinfo(), has java support > compiled in, whether I need a particular extension library file (.so), > etc.
You need the extension either compiled in _OR_ the library. <?php phpinfo(); ?> will tell you also, if the extension is loaded. (There must be a 2 column box saying "java support" and "enabled" in it's head). Sascha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php