Eclipse+maven发布ee项目jar包未发布
时间:2016-04-30 20:55:45
收藏:0
阅读:249
背景:在Eclipse中搭建好EE环境后,发布时,出现ClassNotFoundException: XX.XX.ConfigureListener,查看时,对应的jar包都引入了,项目没也没出错,但查看tomcat下时,lib是空的。
1.右键点击项目,选择"Properties" --> "Deployment Assembly"
--> "Add" --> "Java Build Path Entries"
--> "Maven Dependencies" --> "ok";
原文:http://www.cnblogs.com/beijingstruggle/p/5449239.html
评论(0)