Hello
I have some third party code that I can manipulate in Eclipse.
An array returned from a function inside Eclipse will return the expected information.
However, the same function called via the bridge from PHP will return the correct number of elements to the array, but they are empty (i.e. NULL). Hard coded values can be read ok, so it appears that everything is working. Any ideas would be appreciated.
I am running:
Apache 2.2.6
PHP 5.2.5
MS Windows server 2003 enterprise edition SP2
Using JavaBridge back-end version: 3.2.1b
Put the JavaBridge.war into the autodeploy folder for the J2EE application server
Copied the php-5.0-java-x86-windows.dll to my PHP/Ext directory and renamed it php_java.dll
Copied my third party .jar files to the JavaBridge.war.
Compiled and added extra jars to the JavaBridge.war
Put require ("java/java.php"); at the start of my script.
Many thanks
Martin
|