[jboss-user] [JBoss Seam] - Re: Class loading problem

stan.silvert@jboss.com do-not-reply at jboss.com
Thu Aug 10 17:32:52 EDT 2006


Did you try the checklist?  That list pretty much covers every NoClassDefFound problem you can have.  

The nastiest is the one about compiling with an older version.  For instance if you compile with JDK 1.5 and run with JDK 1.4, you sometimes get NoClassDefFoundError instead of a class version error.  What makes this harder to track down is that the problem might be that a superclass was compiled with JDK 1.5.  The error will be reported on the subclass.

Stan

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964489#3964489

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964489



More information about the jboss-user mailing list