On Fri, 19 Apr 2024 11:03:31 GMT, Oliver Kopp <d...@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

to graphics/src/test/addExports
(see line 7)

@kevinrushforth I wonder if there was a way to auto-generate addExports 
somehow, at least the part needed for the tests.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1442#issuecomment-2067004360

Reply via email to