On Fri, 19 Apr 2024 17:33:39 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> > module `javafx.graphics` does not export `com.sun.glass.ui.win` to unnamed > > module @0x1e6454ec. > > I think you need to add > > ``` > --add-exports javafx.graphics/com.sun.glass.ui.win=ALL-UNNAMED > ``` Correct. > @kevinrushforth I wonder if there was a way to auto-generate addExports > somehow, at least the part needed for the tests. I'd rather have it be explicit. It changes rarely. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2067036061