From: <php...@li...> - 2006-06-06 18:37:49
|
Hi, there are several tutorials on the web, for example this one: http://www.peter-siegel.org/xampp_and_php_java_bridge.pdf The above tutorial is for Linux, but it should be easy to adapt it for Windows. Basically all you need it to copy the JavaBridge.jar and the php-5.0-java-x86-windows.dll (for PHP <5.1) or java-x86-windows.dll (for PHP >= 5.1) into the extension folder, rename it to php_java.dll and change the [java] section to: extension=php_java.dll [java] and then re-start the web-server. The standalone back-end starts automatically. Or set: extension=php_java.dll [java] java.socketname=9267 and double-click on the JavaBridge.jar to start the back-end once. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |