-
Aug 19th, 2009, 06:14 AM
#1
ClassNotFoundException
Hi, Help me out to run Hello World program in spring.
Error is :
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@ca2 dce
org.springframework.web.servlet.DispatcherServlet
java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet
-
Aug 19th, 2009, 06:17 AM
#2
A dependency of your application is missing.
Check that the spring-webmvc-2.x.jar is in the /WEB-INF/lib of your WAR.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules