从SVN上下载应用后在Problems面板中提示以下错误信息:

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编译级别和项目设置的编译级别不匹配导致的错误信息。

百度发现,可以通过修改项目目录下的“\.settings\org.eclipse.wst.common.project.facet.core.xml”文件解决该问题。

Java compiler level does not match the version of the installed Java project facet问题处理

将org.eclipse.wst.common.project.facet.core.xml中的java属性修改为对应的版本即可。

如将我的1.6修改为1.7后刷新项目错误消失。

相关文章:

  • 2021-09-18
猜你喜欢
  • 2021-12-07
  • 2021-11-14
  • 2021-12-28
  • 2022-01-15
相关资源
相似解决方案