Eclipse 错误:java compiler level does not match the version of the installed java project facet

  • Eclipse 项目导入后常出现的错误:

java compiler level does not match the version of the installed java project facet

  • 解决方法:
  1. 查看当前项目的 Java Compiler 版本
Java Compiler 版本
  1. Navigator 视图 >> .settings,打开 org.eclipse.wst.common.project.facet.core.xml 文件,更改如下配置到对应版本
<installed facet="java" version="1.8"/>

原文链接:

https://blog.csdn.net/chszs/article/details/8125828

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容