我正在使用IntelliJ的想法,并试图为我的应用程序创建一个可执行文件或jar,但我对JFornix有异议
但是,从可执行文件或jar文件中运行此操作将返回module java.base does not "opens java.lang.reflect" to module com.jfoenix<plugin>com.ahs.pos/com.ah
这是我在项目中使用JavaFX11和JFoenix 9的pom.xml文件。但是当我用maven编译和运行javafx时,它得到了这个错误: Caused by: java.lang.IllegalAccessError: class com.jfoenix.skins.JFXGenericPickerSkin) because module javafx.base does not export com.sun.javafx.binding to module com.jfoenix 我已经将以下命令添加到编译选项<em