From: <php...@li...> - 2006-11-14 18:30:31
|
Hi Verena, sorry for the misunderstanding. J2SE 1.6.0 will contain the necessary interfaces. For example the command: /opt/jdk1.6/bin/jrunscript -l php-intractive will start a Java VM with a PHP interpreter attached. On Linux you need to install java 6 and the php-java-bridge-devel package: rpm -i jdk-6-linux-i586.rpm rpm -i rpm -i php-java-bridge-devel-x.y.z-1.i386.rpm On Windows or Solaris you need to copy the JavaBridge.jar and the php-script.jar to the java extension dir. On Solaris this is /usr/java/packages/lib/ext/JavaBridge.jar and /usr/java/packages/lib/ext/php-script.jar For Java < 1.6.0 you also need the script-api.jar which is built automatically, if autoconf doesn't detect Java 6. The folder http://php-java-bridge.sourceforge.net/server/test/ contains a few tests. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |