Description Resource Path Location Type Java compiler level does not match the version of the instal

Posted DarJeely

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Description Resource Path Location Type Java compiler level does not match the version of the instal相关的知识,希望对你有一定的参考价值。

 

解决办法

在项目上右键Properties-》Project Facets,在打开的Project Facets页面中的Java下拉列表中,选择相应版本。
有可能是java1.6 改成java6之类的

 

从别的地方导入一个项目的时候,经常会遇到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编译版本不一致所导致!

技术分享

工具/原料

  • eclipse/MyEclipse

方法/步骤

  1. 先设置好jdk,需要确定 项目,eclipse/myeclipse,系统 用的是同一个版本的JDK,我系统中安装的JDK是1.7,所以我把eclipse的jdk成1.7

    技术分享

  2. 进入 windows---proferences---java--compiler设置编译出来的文件使用的格式是 1.7版本的 (设置成多少都行,只要兼容,并且与你项目的编译版本一直就可以,我这里统一设置成1.7)

    技术分享

  3. 进入项目--properties---java Compiler 把项目编译版本也设置成 1.7

    技术分享

  4. 进入项目--properties---Myeclipse---project Facets设置java文件的版本为 1.7

    技术分享


以上是关于Description Resource Path Location Type Java compiler level does not match the version of the instal的主要内容,如果未能解决你的问题,请参考以下文章

关于eclipse的Description:Resource Path Location Type The project cannot be built until build path error

Description Resource Path Location Type The superclass "javax.servlet.http.HttpServlet" wa

Description Resource Path Location Type Java compiler level does not match the version of the instal

maven-web项目刚创建报错:Description Resource Path Location Type JavaServer Faces 2.2 can not be installed :

Description Resource Path Location Type Java compiler level does not match the version of(编译问题)(示例代码

软件工程 - SSM网页制作报错解决 - Description Resource Path Location Type Cannot change version of project fac(