PHP and java
Posted: Mon Jan 26, 2004 1:20 pm
Hi,
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??
thanx in advance
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??
thanx in advance