You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructor threw exception; nested exception is java.lang.IllegalAccessError: class impl.org.controlsfx.skin.BreadCrumbBarSkin (in unnamed module @0x5a0935fb) cannot access class com.sun.javafx.scene.traversal.ParentTraversalEngine (in module javafx.graphics) because module javafx.graphics does not export com.sun.javafx.scene.traversal to unnamed module @0x5a0935fb
The referenced issue in controlfx was closed and fixed.
The fix should be incorporated in PreferencesFx to make it compatible with versions newer than JDK 11.
Apart from the BreadCrumbBarSkin it seems to work fine with JDK 21 as far as I could test
The text was updated successfully, but these errors were encountered:
This issue is related to: #380
The referenced issue in controlfx was closed and fixed.
The fix should be incorporated in PreferencesFx to make it compatible with versions newer than JDK 11.
Apart from the
BreadCrumbBarSkin
it seems to work fine with JDK 21 as far as I could testThe text was updated successfully, but these errors were encountered: