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

使用maven管理后,依然找不到需要的jar包

时间:2015-04-02 01:09:33      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

使用maven管理后,依然报错,找不到,比如如下错误
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener


方法如下

1) Open the project‘s properties (e.g., right-click on the project‘s name in the project explorer and select "Properties")
2) select "Deployment Assembly"
3) Click the "Add..." button on the right margin
4) Select "Java Build Path Entries" from the menu of Directive Type and click "Next"
5) Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".

使用maven管理后,依然找不到需要的jar包

标签:

原文地址:http://www.cnblogs.com/wang3680/p/4385694.html

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