我已经安装了openjdk8,想创建一个javafx应用程序。因为javafx没有包含在openjdk8中,所以我尝试通过maven:downloaded安装openjfx org.openjfx:javafx-controls:11
以及 org.openjfx:javafx-fxml:11
. 看起来不错,libs已经解决了。但是当我执行程序时,我得到以下错误信息:
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.
所以我想我的libs版本不对,因为java8是类文件版本52。是否有一个openjfx库可用于Java8。还是我错过了什么?
暂无答案!
目前还没有任何答案,快来回答吧!