码迷,mamicode.com
首页 > 编程语言 > 详细

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLstener解决方案

时间:2017-04-11 10:15:03      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:jar   是你   html   路径   配置   exce   dex   class   错误   

错误原因:

  我是因为在写web服务测试时,在lib下面创建了spring和cxf文件夹,相应的jar包在这两个对应文件夹下

解决方法:

  删除spring和cxf文件夹,把所有有关的jar包放在lib文件夹下即可。如果删除不了就关掉工具找到项目路径处去手动删除。

 

网上其它解决方案:http://www.educity.cn/wenda/456617.html

  第一 可能是web.xml配置spring监听器 错误
  第二 就是你碰到的少了spring 包
  第三 把其他无关项目都关闭 tomcat下也删除 

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLstener解决方案

标签:jar   是你   html   路径   配置   exce   dex   class   错误   

原文地址:http://www.cnblogs.com/lj312/p/6691685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!