Results 1 to 2 of 2

Thread: java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

  1. #1

    Default java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

    Dear,

    I am trying to use spring MVC using spring-framework-3.0.0.M3 and I am getting a

    java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet
    .
    .
    .
    .
    .
    .
    SEVERE: Servlet /SpringExample6 threw load() exception
    java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

    I am using apache-tomcat-6.0.20 with eclipse ide 3.5.

    I have added the following jar files:

    antlr-runtime-3.0
    02.commons-logging-1.0.4
    03.org.springframework.asm-3.0.0.M3
    04.org.springframework.beans-3.0.0.M3
    05.org.springframework.context-3.0.0.M3
    06.org.springframework.context.support-3.0.0.M3
    07.org.springframework.core-3.0.0.M3
    08.org.springframework.expression-3.0.0.M3
    09.org.springframework.web-3.0.0.M3
    10.org.springframework.web.servlet-3.0.0.M3

    help me..... .

  2. #2
    Join Date
    Jul 2011
    Location
    Douala, Cameroun
    Posts
    4

    Default

    Good morning,
    may be it is late, but try it by copying all your libraries (.jar) in the lib directory of your project.

    best regards.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •