From: <php...@li...> - 2006-11-29 05:43:19
|
java bridge is ok when i use php <5.2 now i use 5.2, java birdge is error. 2006/11/29, php...@li... < php...@li...>: > > I have installed: > Apache HTTP Server 2.0.59 > PHP 5.2.0 > JDK 1.5.0_09 > > and trying to install PHP-JAVA bridge v3.1.8 - with no success :( > > Here is exactly what I did (what I think should make the Bridge work): > > 1) Extracted the JavaBridge archive, and then extracted JavaBridge.war. > 2) Copied WEB-INF/lib to my PHP extensions directory (e.g. c:\php5\ext) > and > then copied WEB-INF/cgi/java-x86-windows.dll to my PHP extensions > directory. > 3) Renamed the dll to php_java.dll > 4) Added the following lines to php.ini : > > extension_dir = "C:/php5/ext" > extension=php_java.dll > > [java] > java.java = "C:/Program Files/Java/jdk1.5.0_09/jre/bin/javaw" > java.java_home = "C:/Program Files/Java/jdk1.5.0_09" > java.log_level = 2 > java.log_file = "C:/php5/log/java-bridge.log" > > 5) Then, I restarted Apache, and executed a php-info file from my > web-servable directory ( phpinfo();). > In the page, I can not see the Java table (no Java table at all). When > I tried to run some java > classes from php, I got nothing. (There is an error logged in apache's > error-log, saying that the > PHP was unable to load/find specified module [I dont remember the > exact form of the error-log, I am > not sitting at the concerned machine]). > > > Can someone help me please? Im running desperate now... :(( > Thank you. > > John > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > -- regards jl |