|
From: <php...@li...> - 2008-04-28 08:01:29
|
Hi Antonio,
> 100% I am using JavaBridge 5.2.0. Never got the old bridge working
> with PHP 5.2.5 on Win32.
> but not when I do:
> $javaObject->javaMethod();
can you please set the client debug flag and run the script again? Please add the following to the
top of your script:
define ("JAVA_DEBUG", 1);
require_once ("java/Java.inc");
This might give the PHP developers additional information:
If you have access to the console, you might also run the script using the PHP cli component as
follows:
strace -ff -s 1024 php yourScriptCrashingPhp.php 2>error.log
Regards,
Jost Boekemeier
__________________________________________________________
Gesendet von Yahoo! Mail.
Mehr Möglichkeiten, in Kontakt zu bleiben. http://de.overview.mail.yahoo.com
|