|
From: <php...@li...> - 2007-12-07 16:57:53
|
Hi,
> No Jost, I am sorry, but the documentation (and imho the file/directory
> structure of the archive) that comes with the PHP/Java Bridge leaves a lot
> to be desired to say the least.
I don't see how the documentation could be improved. Basically you fire up your J2EE server, copy
JavaBridge.war to its deploy folder and use Java from your PHP scripts as follows:
<?php require_once("java/Java.inc");
If that's too complicated, additional documentation won't help either.
> I would also suggest providing a different dll/so
What is a dll/so and why do you need it? There is no java.so or php_java.dll available for PHP.
Not now, not in the future, never.[1]
Regards,
Jost Boekemeier
[1] The java.so for Linux is only a compiled wrapper for java/Java.php, needed for Security
Enhanced Linux.
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
|