gpt4 book ai didi

JavaFX 错误 : Class file has wrong version 54, 应该是 52

转载 作者:行者123 更新时间:2023-11-30 01:55:43 27 4
gpt4 key购买 nike

我安装了 java JDK 11 并且正在使用 Maven JavaFX。但是当我尝试运行代码时,我收到一个构建错误,即“类文件的版本错误为 54,应该是 52”

POM.xml

<dependencies>
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11.0.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-fxml -->
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>11.0.2</version>
</dependency>

<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>java-sdk</artifactId>
<version>6.14.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>

最佳答案

确保您使用 Java 11 进行编译,并且语言级别设置为 10 或更高。检查this answer了解如何在 IntelliJ IDEA for Maven 中配置语言级别的详细信息。

关于JavaFX 错误 : Class file has wrong version 54, 应该是 52,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54610247/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com