Re: [PHP-INST] PHP & Java (another one!)

2001-06-30 Thread Chris
I've tryied to put /usr/local/lib/php/extensions/no-debug-non-zts-20001222 in java.library.path but nothing has changed... I've put online the output of my phpinfo() page at www.prismanet.com/phpinfo.htm so if you can have a look at it you could understand a little bit more of what is happening h

Re: [PHP-INST] PHP & Java (another one!)

2001-06-29 Thread Benjamin Heckmann
First: If there is no entry in the phpinfo(); it won't work! So get the entry there! How? Well, lets see... First: I hope you hav used --with-java=/usr/local/jdk1.2.2 or something additional. Second: There is missing a line in your [Java]. Ther should also be an entry "java.library=libjava.so".

[PHP-INST] PHP & Java (another one!)

2001-06-28 Thread Chris
Hi, after one day spent on web and newsgroup searching, I decided to ask here for an help: when I open a php page with something like: $system = new Java("java.lang.System"); I get the following error: Fatal error: Cannot instantiate non-existent class: java in /home/httpd/htdocs/MyFile.php on li