sshahine / JFoenix

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

All picker controls are not working on jdk 11 using netbeans apache 12.1 #1173

Closed linoqui14 closed 3 years ago

linoqui14 commented 3 years ago

All picker controls like TimePicker, DatePicker and etc.. are giving me this error Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessError: superclass access check failed: class com.jfoenix.controls.behavior.JFXGenericPickerBehavior (in unnamed module @0x25b366d) cannot access class com.sun.javafx.scene.control.behavior.ComboBoxBaseBehavior (in module javafx.controls) because module javafx.controls does not export com.sun.javafx.scene.control.behavior to unnamed module @0x25b366d

I am using maven and lates version of JFoenix

sshahine commented 3 years ago

this issue is related to #889