You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jason Bainbridge <ja...@jblinux.org> on 2003/06/15 14:58:23 UTC

Re: NoClassDefFoundError (error500) ... with external package

On Sun, 15 Jun 2003 20:37, simonik@sturak.sk wrote:
> net/sourceforge/headlines/Headline

Do you have another .jar file hanging around with the above in it? Either in 
WEB-INF/lib or common/lib?

NoClassDefFoundError basically means Tomcat is getting confused by multiple 
classes with the same name, not that it can't be found, the Def(inition) part 
is the important part...

Regards,
-- 
Jason Bainbridge
http://jblinux.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: NoClassDefFoundError (error500) ... with external package

Posted by Alknaion <al...@alknaion.sk>.

No ... i don't have any others jars ... and i didn't set classpath or other
variables 

Thence i'm confused ...

NoClassDefFoundError i retrieved by Jswat with remote debug ... and it was
caught in servlet created from jsp file in
<tomcathomedir>/work/standalone/localhost...

On Sun, 15 Jun 2003 20:37, simonik@sturak.sk wrote:
> net/sourceforge/headlines/Headline

Do you have another .jar file hanging around with the above in it? Either in

WEB-INF/lib or common/lib?

NoClassDefFoundError basically means Tomcat is getting confused by multiple 
classes with the same name, not that it can't be found, the Def(inition)
part 
is the important part...

Regards,
-- 
Jason Bainbridge
http://jblinux.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org