From: <php...@li...> - 2006-04-04 17:27:49
|
Hi Brian, > I'm using gcj, Suse > 9.1, php-java-bridge 3.x first of all thank you very much for this bug report. I have created a ticket for this, please see PR1464354 (http://sourceforge.net/tracker/index.php?func=detail&aid=1464354&group_id=117793&atid=679233) Dynamic class loading and especially error reporting is something that will improve in 3.1.x. -- My plan is to add a set of standard PHP bindings (generated during configure) which hide the Java(...) calls internally. Together with the improved error reporing this should help users to resolve such problems within their eclipse IDE. I don't know what causes this problem, but I know that older versions of gcj "GNU Java" throw a null pointer exception while resolving some urls. The NP is then wrapped by a NoClassDefFoundError which in turn is wrapped by a ClassNotFoundException. Or it might be that gcj could not read some meta-information (text, property files) after it has compiled the .jar files to native code. We'll check this, please see the PR1464354 for details. > Is there anything I've overlooked or perhaps > something in the log file that > could help me address this? You could set the log level to 5 or a higher log level and check the "trying to load ..." messages. Unfortunately some older versions of gcj do not print a stack trace unless c++filt is in the PATH, so you might need to use strace to see the original error message from the kernel. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |