maven管理jar包后依然找不到Jar包或者ClassNotFound的解决
Posted 普通网友
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven管理jar包后依然找不到Jar包或者ClassNotFound的解决相关的知识,希望对你有一定的参考价值。
转自:http://blog.sina.com.cn/s/blog_9e877cdb0102uwzy.html
使用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".
原文:http://t.cn/Rvs8SAo
以上是关于maven管理jar包后依然找不到Jar包或者ClassNotFound的解决的主要内容,如果未能解决你的问题,请参考以下文章