DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28675>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28675 Move jakarta-bcel-20040329.jar jakarta-regexp-1.3.jar to lib/endorsed ------- Additional Comments From [EMAIL PROTECTED] 2004-04-30 22:02 ------- Yes, JDK 1.4. NoClassDefFoundError means the class was correctly compiled, but at run time the specified class is missing. Can it be that you do not include it when packaging Cocoon together for Fortress? jakarta-bcel jar is in lib/core and must also be deployed - but not necessarily in endorsed dirs. There is only a problem with an IBM JDK 1.4 as their delivered Xalan jar also contains bcel as Stephan mentioned (http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108324899231625&w=4). But this should not lead to NoClassDefFoundError I think. Do you use IBM JDK?
