JavaFX cass文件版本错误

时间:2019-11-24 18:33:25

标签: java javafx java-8

我对JavaFX有问题。 我的jdk版本是OpenJDK版本“ 1.8.0_222”和javac 1.8.0_222。启动JavaFX应用程序时出现此错误。

Error:(3, 26) java: cannot access javafx.application.Application
  bad class file: /usr/share/openjfx/lib/javafx.graphics.jar!/javafx/application/Application.class
    class file has wrong version 54.0, should be 52.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.

1 个答案:

答案 0 :(得分:0)

您使用的jdk版本与您的openjfx版本不兼容。您可以至少将openjdk版本更新为版本10,或者最多检查您使用的是openjfx版本8。