|
From: <php...@li...> - 2008-08-26 17:06:07
|
Hi, well, the NoClassDefFound error means that an external reference is missing (an entity which has been available during the compilation of the class). The bridge has two different class loading mechanisms, one is the static loader, the other one is the dynamic loader which can load *some* java archives at run-time (via java_require(...) or java_autoload(...)). I said "some" because dynamic class loading doesn't really work in Java, neither in Tomcat nor in J2EE; once the dynamically loaded classes are referenced by system libraries, you can't unload them anymore. Regards, Jost Boekemeier __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com |