hi there,
i follow the instructions from this page:
cvs: php-java-bridge/php-java-bridge/INSTALL.WINDOWS
i put the test.php on my webserver, but it doesn't seems to recognize =
java classes, only shows the phpinfo() part
this is my output.log:
=A5|=A4=EB 27 22:01:17 JavaBridge ERROR: Local sockets not =
available:java.lang.UnsatisfiedLinkError: startNative. Try TCP sockets =
instead
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at php.java.bridge.TCPServerSocket.<init>(TCPServerSocket.java:33)
at php.java.bridge.TCPServerSocket.create(TCPServerSocket.java:26)
at php.java.bridge.JavaBridge.init(JavaBridge.java:195)
at php.java.bridge.JavaBridge.main(JavaBridge.java:231)
is this a classpath problem?
i put my jar files on the extension directory as indicated
java.ext.dirs -> I:\j2re\lib\ext
how can i try tcp sockets?
i'm using j2se 1.4.2
OS: windows NT
please reply, ..... or don't if you think this is a silly question=20
cins |