Connecting Tech Pros Worldwide Help | Site Map

PHP5 and Java

OmyGOD
Guest
 
Posts: n/a
#1: Jul 17 '05
I am trying to bridge Java and PHP.
We know there's php_java.dll in PHP4, but this module is not bundled in
PHP5 packages. And there's no way to download this module.
I tried to use php_java.dll in PHP4 package as a extension in PHP5, and
it doesn't work.
Does anybody knows how to bridge Java and PHP5?

Erwin Moller
Guest
 
Posts: n/a
#2: Jul 17 '05

re: PHP5 and Java


OmyGOD wrote:
[color=blue]
> I am trying to bridge Java and PHP.
> We know there's php_java.dll in PHP4, but this module is not bundled in
> PHP5 packages. And there's no way to download this module.
> I tried to use php_java.dll in PHP4 package as a extension in PHP5, and
> it doesn't work.
> Does anybody knows how to bridge Java and PHP5?[/color]


Hi,

Did you read through the manual at php.net?

http://nl3.php.net/manual/en/ref.java.php

or check this:
http://sourceforge.net/projects/php-java-bridge/

Good luck.

Regards,
Erwin Moller
Closed Thread