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

eclipse下maven管理web开发,jar包无法编译出来的问题

时间:2017-09-05 19:15:00      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:sem   tomcat   cat   目的   sse   UI   exception   add   资源   

问题:

  使用maven创建spring的web项目,debug之后报错:

    ...classNotFoundException: org.springframework.web.context.ContextLoaderListener...,

  context都找不到,也就是说可能不是部分没有编译出来,可能是所有jar都没有编译出来。想办法找到了tomcat的编译目录,查看编译文件,果然没有任何引入的jar包。那么现状就是:项目的maven dependencies是有jar包的,可是编译的时候没有编译出来。检查发布资源:deployment assemmbly,发现并没有maven dependencies,于是进行添加即可,下面是解决步骤: 

  1. 右击项目
  2. 选择properties
  3. 搜索Deployment Assembly
  4. 点击Add
  5. java build path entries
  6. maven dependencies

eclipse下maven管理web开发,jar包无法编译出来的问题

标签:sem   tomcat   cat   目的   sse   UI   exception   add   资源   

原文地址:http://www.cnblogs.com/lay2017/p/7479756.html

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