Ok this is the last part I need help on and the rest should be a breeze. The issue is this, I need to access a java class that is on another server.
Now I know I have to configure it in the php.ini file. So I tried mapping to the drive where the classes are located. Then in the php.ini file I specify the drive letter where the classes are at. But it does not read it.
So how do I access java classes that are not on the local server but on the same network?