Hi--
I seem to have the PHP Java Bridge (2.0.5 built from tarball) working with
PHP 5.0.3 (also built from tarball) on my Fedora Core 1 server with Apache
2.0.50 and I'm pretty excited about it all. There are a couple of
configuration issues I've run into that are perplexing me.
First, I can't seem to change the classpath. I've added:
[java]
java.class.path ="/path/here"
...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
PHP5 Java Bridge Configuration
-
PHP5 and Java
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?...