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
We need to have extra --add-exports command line args for JavaFX applications, presumably because the FX2D classes are calling on things like com.sun.javafx.geom.Path2D, which lives in com.sun.*. I expect that we need to remove/rewrite those references, now that we're dealing with the picky module system.
The text was updated successfully, but these errors were encountered:
We need to have extra
--add-exports
command line args for JavaFX applications, presumably because theFX2D
classes are calling on things likecom.sun.javafx.geom.Path2D
, which lives incom.sun.*
. I expect that we need to remove/rewrite those references, now that we're dealing with the picky module system.The text was updated successfully, but these errors were encountered: