ok, I have everything setup to use java inside php. I can create my own java classes and use them just fine. The problem I am having is calling my own .jar files. When I try to compile java classes that refrence my own .jar file it get an error, cannot find that paticular method. Can anyone please help me?
First thing that comes off my head is:
Why are you using PHP to do this? Why not use Java Server Pages (JSP)?
I would think the integration would much cleaner.