When I run simple spring program, the following error ll display offenly coming.

I am using Tomcat 6 and eclipse Helios.

is this of version problem of jar?

Can you pleased help me

SEVERE: Servlet /SpringExample5 threw load() exception java.lang.NoClassDefFoundError: org/mortbay/log/Log

link|improve this question

0% accept rate
feedback

1 Answer

This error has nothing to do with Spring. Your application is missing the Jetty 6 libraries, and won't run without them.

link|improve this answer
3  
A side note is that a no NoClassDefFoundError can imply the class was located but had a static initialization error. – John Vint Jul 27 '11 at 19:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.