>From my experience getting Java to run w/ PHP and Apache on RedHat 7.0, you can try setting the LD_LIBRARY_PATH environment variable ( without which my Java would not run) set to the location of libjava.so, libjvm.so, and php_java.jar, in my case (without line feeds)
LD_LIBRARY_PATH="/usr/java/j2sdk1.4.0/jre/lib/i386: /usr/java/j2sdk1.4.0/jre/lib/i386/server:/usr/local/lib/php" Rich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php