新导入项目出现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版本。

改完这些,这个问题就解决了。

时间: 2024-10-06 15:12:09

新导入项目出现Java compiler level does not match the version of the installed java project facet问题处理的相关文章

maven项目 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”错误呢? 如图所示: 其实要解决也很简单,在资源管理器下,找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.fac

Eclipse------导入项目后出现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 解决方法: 1.点击工具栏上的"Window" ->"Preferences"->"Java"->"Compiler"->选择高版本jdk 2.右键项目->"Properties"->"J

eclipse中,项目有红叉之-Java compiler level does not match the version of the installed Java project facet.

1.Java compiler level does not match the version of the installed Java project facet,意思是jdk版本和project facet版本不一致 2.解决Java Compiler和Project facets的版本需一致

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

从同事那里拷贝过来的web项目,导入到eclipse中,出现Java compiler level does not match the version of the installed Java project facet 问题. 如图所示: 其实要解决也很简单,在资源管理器下,找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml配置文件,如图所示: 修改红色画线部分,让它与项目的编译器版

解决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.这个问题,因为当时没怎么管,网上找了个解决方法之后就没再去理会,学习了一段前端之后,再回来重新用MyEclipse来做web开发,发现又出现这个问题,一时蒙圈了,只是极有印象,网上搜了有个回答要去硬盘找什么文件然后修改,我还是不喜欢这样的,所以重新来解决这个问题.先说我的配置: Tomcat:7 JDK:7 在MyEc

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

Java compiler level does not match解决方法 从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description  Resource Path Location Type Java compiler level does not match the version of the installed Java project facet.出现这个问题的原因是因为,eclipse/myeclipse的jdk编译版本与出现问题的项目JDK

解决java compiler level does not match the version of the installed java project facet【转载】

原博文地址http://blog.csdn.net/chszs/article/details/8125828 Java compiler level does not match the version of the installed java project facet错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报"java compiler level does not match t

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错误的解决 因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误.明明源码一模一样,为什么项目复制到另一台机器上,就会报“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错误的解决

Javacompiler 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"错误呢?