sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Unnamed module issues in Java 11 #1256

Closed guanglinn closed 1 year ago

guanglinn commented 1 year ago

The following exception occurs when I instantiate the JFXAlert. Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessError: class com.jfoenix.controls.JFXAlert (in unnamed module @0x29928617) cannot access class com.sun.javafx.event.EventHandlerManager (in module javafx.base) because module javafx.base does not export com.sun.javafx.event to unnamed module @0x29928617.