java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener in eclipse

前端 未结 5 1289
暖寄归人
暖寄归人 2020-12-09 20:04

I am doing a simple Spring MVC application(not using maven) which will print hello world on browser. It is a dynamic project in eclipse, so I put all the required jar files

5条回答
  •  遥遥无期
    2020-12-09 20:25

    Try to put the spring-web.jar file directly in the WEB-INF/lib (WEB-INF/lib/spring-web.jar) and not in WEB-INF/lib/spring-mvc/spring-web.jar

提交回复
热议问题