无法访问 greenfoot.World - class 文件版本错误

Cannot access greenfoot.World - class file has wrong version

我尝试在 Mac 上使用 Intellij IDEA 进行 Greenfoot 开发。 这是将 NetBeans 与 Greenfoot 结合使用的教程: https://www.greenfoot.org/doc/running_on_netbeans

所以我在 Greenfoot 中创建了我的场景。然后保存,用IDEA打开。 我从应用程序包中取出 greenfoot.jar 和 bluejcore.jar,并将这些库添加到项目结构中。 此时我收到以下错误:

Error:(9, 30) java: cannot access greenfoot.World bad class file: /Users/.../Greenfoot/greenfoot.jar!/greenfoot/World.class class file has wrong version 55.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath.

有些与版本冲突。但是,我从我机器上安装的 Greenfoot 应用程序中取出了两个罐子。感谢您的帮助。

错误说,greenfoot.World 是用 Java 11 编译的,您尝试将它与最多支持 Java 8 的编译器一起使用。

Try changing the JDK