Re: [PHP] PHP 4. 0 and Java Problem From: Alex Akilov (akilov <email protected>)
Date: 12/20/00

Sukhwinder,

Do you have the entry:

extension_dir=d:\php\extensions

in your php.ini prior to the extension=php_java.dll?

Also, is your php.ini located in %SystemRoot% (e.g. c:\winnt)?

Last but not least, I use a utility called CHKDLLW (on Ux platforms
there is a similar utility called ldd) that attempts to load a DLL and
any DLLs that it depends on and reports any errors. The php_java.dll
depends on the php4ts.dll (or the debug version of it) and msvcrtd.dll.
Make sure that both of those are visible in the PATH or php_java.dll
won't be able to load.

Alex

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>