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的解决的主要内容,如果未能解决你的问题,请参考以下文章

android找不到jar包中远程依赖的类

用Maven管理jar包后启动Tomcat时报错

eclipse中导入jar包后只有数据库这里出现红叉,怎么解决

jar打包完成后提示找不到主类,高手看一下哪一步有问题?

请我我上传到maven仓库的jar包,能删除吗

Maven打包成Jar文件时依赖包的问题