Ok I got the whole java remote thing resolved. So the next question is:
How do you access a Java class from php that has dependencies. Meaning when I bring up a java class in php and that java class requires importing of other classes to function properly, how do I setup the class path to the other dependencies in php?
Thanks
Silly