From: <php...@li...> - 2007-03-08 13:10:36
|
Hello, I am trying to install the php/java bridge in WindowsXP with the pure PHP method. Here is what I have. * Apache Web Server 2.0 * PHP 5.2.0 * php/Java Bridge 4.0.1 Here is what I am doing: java -jar JavaBridge.jar SERVLET:8101 Then I have a test.php file that is in the apache root dir that has the following: <?php require_once("C:\\opt\JavaBridge\java\java.inc"); $system = new Java'java.lang.System'); ?> This fails with an error in apache's log (java_runtimeException with message named-pipe communication not implemented .... I know I don't have something setup correctly. Any hints? Thanks -- Michael Speth 石雨濛 Computer Engineer OPNET http://www.opnet.com |