Posted by anagai on 04/25/06 03:23
hi
I am trying to install the java bridge library for php 5.1.2. I have
installed the j2see 1.4 and jdk. I have setup the [java] section in
php.ini as follows:
[java]
java.classpath = "c:/PHP/ext/JavaBridge.jar;"
java.java_home = "c:/Sun/AppServer/jdk/bin"
java.libpath = "c:/PHP/ext"
I have downloaded pecl package into the php folder. Have copied the
javabridge.jar and .war file to php/ext dir/. I have copied the
php_java.dll from javabridge zip file to the php/ext dir.
Im running windows xp and apache 2.0.55.
Apache will restart, but with an error in the error log file. The error
message is:
Unable to load dynamic library 'c:/php/ext\\php_java.dll' - The
specified procedure could not be found.\r\n in Unknown on line 0
It found the dll but cant find a procedure in it? What the heck is
that?
Anyone have a clue?
Navigation:
[Reply to this message]
|