运行项目时此运行时错误是什么?

时间:2018-09-06 12:16:58

标签: eclipse java-native-interface

使用Eclipse Photon,导入在其他位置创建的项目。加载源代码时,编辑窗口中没有错误。

单击“运行”时出现此错误: enter image description here

Exception in thread "main" java.lang.UnsupportedClassVersionError: myPackage/Bookstore has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0

我重新配置了构建路径以使用我的Workspace默认JRE(即1.8.0_181),并删除了bin文件夹,但错误仍然存​​在。

1 个答案:

答案 0 :(得分:0)

我正在选择Workspace Default JRE:不能解决问题。我尝试选择执行环境JRE,并且该方法有效。步骤如下。它是Eclipse Photon,但是应该与其他最新版本相似。这是一个说明步骤的视频:https://youtu.be/IE2B2e90kCs

打开Eclipse,确认您的项目已加载到项目资源管理器中

在“项目资源管理器”中右键单击该项目

选择构建路径

选择“配置构建路径”

点击库标签

如果有系统库,请将其删除

点击添加库按钮

选择JRE系统库

点击下一步

在系统库下:选择“执行环境”

点击完成

点击“应用并关闭”