From: <php...@li...> - 2007-02-21 19:23:28
|
Hi, > I'm unable to install the java bridge 4.0.1 with php > 5.2(.2). What happens if you click on test.sh or test.bat? > I miss the php_java.dll that was included in What is a php_java.dll and why do you need it? > Where is it? No idea what you're talking about. Have you looked at the INSTALL document that's part of the download? > resulting html page reads > that the java extension installed isn't the one from I thought about launching the installation test with -c to ignore whatever people have done to their php.ini. But if we ignore a garbled php.ini, the installation test will complete, but we'll get support requests later when users try run php/java scripts from within their web server. I think it's better to catch problems like these as early as possible. > Where is the extension? Sorry, I really don't understand the problem. You simply double-click on JavaBridge.jar to start a Java VM once and then use Java as follows: require_once("http://localhost:8080/JavaBridge/java/Java.inc"); $s = new Java("java.lang.String", "hello"); echo $s; Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |