千家信息网

eclipse 更换 JDK 版本后报错

发表于:2024-11-19 作者:千家信息网编辑
千家信息网最后更新 2024年11月19日,在实际开发过程中,可能由于项目的需要,我们需要更换 JDK 的版本。但是更换后会报错,如下:Java compiler level does not match the version of the
千家信息网最后更新 2024年11月19日eclipse 更换 JDK 版本后报错

在实际开发过程中,可能由于项目的需要,我们需要更换 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


0