JavaFX using Gluon SceneBuilder InvocationTargetException

我怕爱的太早我们不能终老 提交于 2019-12-02 09:14:07

This is the actual error that's causing the crash.

UnsupportedClassVersionError: com/jfoenix/controls/JFXButton has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0

My guess is that you need to either update your JDK or download a version of JFoenix that was compiled for your version of the JDK.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!