PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am experimenting with PHP and JAVA, I can let things work on my pc, but now I want to upload it to the server from my hosting-provider.
On my machine, java.class.path in php.ini is 'java.class.path="C:\PHP\php-4.3.3-Win32\extensions\php_java.jar;C:\temp\"' where my own classes are in c:\temp\.
Now I have to find a way to access my classes that I have put in a folder 'javaclasses' on my website. How can I do this without getting a class.not.found error??