您的位置:首页 > 其它

maven管理jar包后依然找不到Jar包或者ClassNotFound的解决

2014-07-04 09:39 519 查看
使用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".
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐