From: <php...@li...> - 2010-05-29 08:10:38
|
Hi, > if a user copies a library to java.ext.dirs and the library tries to access > javax/servlet, a NoClassDefFoundError is thrown. I think this is a misunderstanding. If users link their java applications according to the documents http://php-java-bridge.sourceforge.net/pjb/desktop-apps.php or http://php-java-bridge.sourceforge.net/pjb/webapp.php then they shouldn't get these link-time errors. Adding more information to the error message is not useful, users probably don't understand what it means anyway. But our FAQ should be cleaned up, of course. The sentence "All libraries and their dependencies must be loaded by one, and only one class loader." is obsolete, as we don't use a dynamic class loader anymore. Instead we should link directly to the above documents. Regards, Jost Bökemeier |