项目异常
jgj0129
码农
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error configuring application listener of class org.springframework.web.context.ContextLoaderListen
SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoaderBase.loadC原创 2016-12-01 19:13:13 · 5610 阅读 · 0 评论 -
java compiler level does not match the version of the installed Java project facet 解决方法
在创建项目是发现报了一个java compiler level does not match the version of the installed Java project facet 的错误 原因是项目中的java版本设置的太低,java Compiler , 解决办法: 鼠标右击项目点击“Properties” 点击“ java Compiler”,如图: 把那个1.3改的高一原创 2016-12-12 16:11:05 · 2313 阅读 · 1 评论
分享