php-windows Digest 23 Aug 2004 05:06:54 -0000 Issue 2369
Topics (messages 24441 through 24443):
PHP-Java extension problem
24441 by: George Pitcher
24442 by: aRZed
24443 by: Jason Barnett
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I need to be able to communicate with a Java application, so thought I'd
start my installing the php-java extension. Having followed all the
instructions - and checked PHPBuilder etc for this error I'm stumped.
The error in question is:
Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' -
Access is denied.
I get this if I try and run phpinfo.php or my javatest script.
I'm using WinXP Pro and IIS v5.1 and PHP v4.3.7.
For information I have bee successfully using the pdf extension, so I know
that this is not a general 'extension' issue.
Any clues as to how I can get this to work.
MTIA
George in Oxford
--- End Message ---
--- Begin Message ---
[snip]
Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' -
Access is denied.
[/snip]
maybe the webserver has not enough rights to load the extension. try
just giving everyone full access to this file, and then restart the
webserver. if it still doesn't work, i was wrong.
--- End Message ---
--- Begin Message ---
Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' -
Access is denied.
Just another possibility: Several people have had luck moving the library to
your system folder.
--- End Message ---