欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > 文章正文

Java compiler level does not match the version of the installed Java project facet. 错误处理,compilerfacet

来源: javaer 分享于  点击 12208 次 点评:137

Java compiler level does not match the version of the installed Java project facet. 错误处理,compilerfacet


eclipse构建项目,项目报错:

Java compiler level does not match the version of the installed Java project facet.


根据字面意思是Java编译器的等级不能和Java工程的版本号匹配。


于是在项目上右键查看JavaCompiler.


发现时使用JavaSE5来编译的。但是我的jdk是1.7版本。


修改之,问题解决。

相关文章

    暂无相关文章
相关栏目:

用户点评