From: <php...@li...> - 2009-04-07 12:58:08
|
Hi, Just double-click on JavaBridge.jar (or type java -jar JavaBridge.jar) and select SERVLET:8080. Then drag/drop Java.inc to your eclipse project and use the following php code to test: <?php require("Java.inc"); echo java("java.lang.System")->getProperties(); ?> Please do not modify your php.ini unless necessary. In case the back end is running on another computer/port within your intranet, fetch Java.inc from this computer/port using require("http://.../Java.inc"). Only then you need to set the allow_url_include in your php.ini. Regards, Jost Boekemeier -- Apr 7, 2009 2:47 nachm. schrieb am < php...@li...>: Hi, do I need to change anything in php.ini: ;; -*- mode: Scheme; tab-width:4 -*- ;; A simple php.ini ;; extension_dir is this "cgi" directory extension_dir=. ;; include php libraries from these directories include_path=.:/usr/share/pear Thank you in advance! Regards, Katharina ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |