From: <php...@li...> - 2007-03-18 17:23:56
|
Hi Andrés, I just saw that you use a recent version of PHP anyway. So please use the pure PHP implementation instead of the C based implementation started as a sub component of Apache. Type: /opt/jdkXXX/bin/java -jar JavaBridge.jar SERVLET:8080 And then use your java from your scripts as follows: <?php require_once("http://localhost:8080/JavaBridge/java/Java.inc"); java_require("all.jar;my.jar;library.jar;files.jar"); ... ?> If this works and you really want to run Java as a sub component of Apache, you can think about where to store your libraries and how to set the security policy in a second step. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |