Stuck again!
I have installed MySQL (4.0.21) with Apache (2.0.52), and
PHP 5.0.2 and successfully integrated them on a Windows XP
system. I am trying to add the Java extension, using the pecl
5.1.2 Win32 download. (Thanks to Pieman60 and Houdini)
After the customary changes in php.ini defining system paths
and setting java.library.path, java.class.path, java.home, and
java.library, I get the following message upon starting up the
Apache server:
"c:\php5\ext\php_java.dll module could not be found."
The mystery is that this file is in fact located in
c:\php5\ext. (As a matter of interest, I sprinkled php_java.dll
in many possible locations and still the system can't seem to
find it. )
Am I misinerpreting the meaning of the message? For example it
may find it but can't run it?
Thanks for any clues to get the mystery solved.
Paul