eclipse运行maven项目报错java.lang.ClassNotFoundException: xxxxxx
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse运行maven项目报错java.lang.ClassNotFoundException: xxxxxx相关的知识,希望对你有一定的参考价值。
在eclipse中运行maven项目,出现异常——java.lang.ClassNotFoundException: org.apache.shiro.web.env.EnvironmentLoaderListener。如果确认shiro相关的依赖jar无误,那么可以试着如下操作:
右键项目——build path——configure build path...——deployment assembly——add——java build path entries——maven dependencies——finish——ok。如下图:
重新发布,启动即可。初步分析,问题出现在部署阶段,即部署的时候缺少了依赖jar,所以运行的时候找不到相关类。
本文出自 “分享是最好的记忆” 博客,请务必保留此出处http://fufeiwen.blog.51cto.com/13145294/1950324
以上是关于eclipse运行maven项目报错java.lang.ClassNotFoundException: xxxxxx的主要内容,如果未能解决你的问题,请参考以下文章