【Java异常】解决编译异常java compiler level does not match the version of the installed java project facet

MyEclipse开发的Java web项目相互拷贝,有时候会报一个很奇怪的错误。明明源码一模一样,为什么项目复制到另一台机器上,就会报“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

其实要解决也很简单,在资源管理器下,找到项目所在的目录,在.settings子目录里面,用文本编辑器打开org.eclipse.wst.common.project.facet.core.xml配置文件,如图所示:

编译异常java compiler level does not match the version of the installed java project facet

修改红色画线部分,让它与项目的编译器版本设置保持一致即可。

要查看项目的编译器版本设置,在myEclipse环境中,鼠标右键选择项目,点击Properties,选择Java Compiler,可以在窗口右边看到编译器版本,如图所示:将1.6修改为1.7重新编译就可以了

编译异常java compiler level does not match the version of the installed java project facet


未经允许请勿转载:程序喵 » 【Java异常】解决编译异常java compiler level does not match the version of the installed java project facet

点  赞 (0) 打  赏
分享到: