新导入项目出现Java compiler level does not match the version of the installed java project facet问题处理
Posted Piper.Xiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新导入项目出现Java compiler level does not match the version of the installed java project facet问题处理相关的知识,希望对你有一定的参考价值。
在使用eclipse开发java类项目的时候,免不了会在不同的设备上开发编译同一个项目,那么就会出现Java compiler level does not match the version of the installed java project facet问题,意思是java编译器与项目使用的不一样。那么下面介绍下如何处理这个问题。
处理方法:
第一步:
项目邮件---->Properties---->Java Compiler,然后按照如图所示操作,然后Apply或者OK。
第二步:
在.setting下面,修改org.eclipse.wst.common.project.facet.core.xml文件,将这里改成咱们用到的JDK版本,如图:
第三步:
项目右键---->Properties---->Project Facets,修改java的参数,这里要选择项目中用到的JDK版本。
改完这些,这个问题就解决了。
以上是关于新导入项目出现Java compiler level does not match the version of the installed java project facet问题处理的主要内容,如果未能解决你的问题,请参考以下文章
Idea 出现 Error:java: Compilation failed: internal java compiler error
Java compiler level does not match解决方法
idea 导入 jdk源码 解决compile code 后阅读jdk 源码
Java compiler level does not match the version of the installed Java project facet.(转)