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 版本

《Eclipse 错误:java compiler level does not match the version of the installed java project facet》 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

    原文作者:春泥村雨
    原文地址: https://www.jianshu.com/p/31c709fc62f8
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞