Hi,
I'm looking for someon who can help me with a problem with the php/java integration...I t just won't work..
Here are some data to describe the software/system I'm working with:
OperatingSystem : Windows Xp
Webserver: Apache 2.2.3
PHP: PHP5.2
Java: j2sdk1.4.2_12
I found a possible integration on http://be.php.net/java. Idownloaded pecl-5.2.1-Win32.zip and extracted it in the extension directory of PHP. Next I modified my php.ini file and added:
[Java]
extension=php_j ava.dll
java.library.pa th=C:\ms4w\Apac he\php\ext
java.class.path ="C:\ms4w\Apach e\php\ext\php_j ava.jar"
java.home=C:\j2 sdk1.4.2_12\
java.library=C: \j2sdk1.4.2_12\ jre\bin\server\ jvm.dll
Now when I try to open a webpage with the new Java() statement, there's always an error (wich appears in a new window) saying CGI/FastCGI has encountered a problem and has to be terminated...
Does anybody know how to fix this...or what's causing the error?
thx
kristien
I'm looking for someon who can help me with a problem with the php/java integration...I t just won't work..
Here are some data to describe the software/system I'm working with:
OperatingSystem : Windows Xp
Webserver: Apache 2.2.3
PHP: PHP5.2
Java: j2sdk1.4.2_12
I found a possible integration on http://be.php.net/java. Idownloaded pecl-5.2.1-Win32.zip and extracted it in the extension directory of PHP. Next I modified my php.ini file and added:
[Java]
extension=php_j ava.dll
java.library.pa th=C:\ms4w\Apac he\php\ext
java.class.path ="C:\ms4w\Apach e\php\ext\php_j ava.jar"
java.home=C:\j2 sdk1.4.2_12\
java.library=C: \j2sdk1.4.2_12\ jre\bin\server\ jvm.dll
Now when I try to open a webpage with the new Java() statement, there's always an error (wich appears in a new window) saying CGI/FastCGI has encountered a problem and has to be terminated...
Does anybody know how to fix this...or what's causing the error?
thx
kristien
Comment