The situation is this. I need to access java classes inside php. But the classes are remote on a different server. Would I access the class this way?
$somename = new Java("servername\scriptname\nameofjavaclass");
then access the functions from there? if so do I need to define the class inside the php.ini file?
Thanks