错误信息如下:
MyEclipse 下DescriptionResourcePathLocationType Java compiler level does not match the version of the installed Java project facet.
Unknown
Faceted Project Problem (Java Version Mismatch)
当开发工具出现这个错误提示的时候,一般是两个方面的原因(个人经验):
一、对于开发工具较低的情况,如Eclipse 3.X,MyEclipse8.X以下版本,一般是选项中,【JAVA】目录下的【Compiler】选项中 ,【Compiler compliance leve】项 级别的问题,点击下拉按钮,选择其它版本的试一试就可以了。
2. 对于其它版本,如MyElipse9.X的版本,就可能是项目目录下【.settings】目录下【org.eclipse.wst.common.roject.facet.core.xml】文件中的【<installed facet=”jst.java” version=”1.4″/>】版本与系统【首选项】【JAVA】目录下的【Compiler】选项中 【Compiler compliance leve】项不一致造成的。
修改过来就不会报错了。

转载请注明:R&M » 异常:Java compiler level does not match the version of the installed…