Page 1 of 1

PHP and java

Posted: Mon Jan 26, 2004 1:20 pm
by Vantuykom
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

Posted: Mon Jan 26, 2004 3:51 pm
by dull1554
easy if you can EDIT you stinkin PHP.INI file

but i think thats the only way

Posted: Tue Jan 27, 2004 12:41 am
by Vantuykom
that's the whole problem... I can't... :(

Posted: Tue Jan 27, 2004 3:52 am
by twigletmac
You can set the value using [php_man]ini_set[/php_man]().

Mac