Hello:
I am trying to make use of php-java-bridge to envoke my java code in my php web site. I have chosen XAMPP which contains an apache server rather than Tomcat inside.
So I started JavaBridge.jar directly and put some necessary files from the zipped file downloaded from your website. When I run the simple examples that only get system properties,
it works OK, but I cannot load my java libraries. I wonder, it's possible to use php java bridge without tomcat? If it's possible, how? |