Re: [PHP-INST] PHP4.0.4 / Win2000 / Java Extension PROBLEM

2001-03-17 Thread John
Well I copied the php_java.dll into my C:\WINNT\System32\ directory and it all works now Thanks :) But I'm curious why I have to do that? doesn't the following line in the php.ini file: java.library.path=C:\Inetpub\PHP4.0\extensions specifiy where the php_java.dll file is at? ""Kick"" <[EM

Re: [PHP-INST] PHP4.0.4 / Win2000 / Java Extension PROBLEM

2001-03-17 Thread Kick
Hi, are you sure your php_java.dll is wrote in full path? or you have copy it to windows/system? Eric ""John"" <[EMAIL PROTECTED]> wrote in message 98v0vi$q24$[EMAIL PROTECTED]">news:98v0vi$q24$[EMAIL PROTECTED]... > Hi, > > I'm trying to get the java extension for PHP 4.0.4 to work on my Win2K b

[PHP-INST] PHP4.0.4 / Win2000 / Java Extension PROBLEM

2001-03-16 Thread John
Hi, I'm trying to get the java extension for PHP 4.0.4 to work on my Win2K box but it always says this" "Unable to load dyname library './php_java.dll - the specified module could not be found" I have these values set in my php.ini file: [Java] extension=php_java.dll java.library.path=C:\Inetp