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.
We need to have extra
--add-exportscommand line args for JavaFX applications, presumably because theFX2Dclasses 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.