Java compiler level does not match the version of the installed java project facet错误的解决
一样的项目copy到另一个myeclipse中报错

报错的原因是项目的Java compiler和配置文件中的版本不一样
解决方法:
1. 右键项目 properties --> Java compiler 查看选择的版本是多少
2. 到项目的路径下,使用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml

把版本和项目的修改成一致的的版本即可!