在实际开发过程中,可能由于项目的需要,我们需要更换 JDK 的版本。但是更换后会报错,如下:
Java compiler level does not match the version of the installed Java project facet.
解决办法:
第一步:设置 eclipse JDK 版本
Windows---->Preferences---->Java---->Installed JREs
第二步:设置 JDK 编译版本
Windows---->Preferences---->Java---->Compiler
第三步:右击项目,把项目JDK版本设置成上面统一的
右击项目---->Properties---->Java Compiler
本文转自zsdnr 51CTO博客,原文链接:http://blog.51cto.com/12942149/1929692,如需转载请自行联系原作者