Results 1 to 2 of 2

Thread: ClassNotFoundException

  1. #1
    Join Date
    Aug 2009
    Location
    Bangalore
    Posts
    1

    Smile 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

  2. #2
    Join Date
    Jun 2006
    Posts
    15

    Default

    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
  •