Re: native libs in modules

2018-04-29 Thread Philip Race
On 4/29/18, 10:05 AM, Johan Vos wrote: Now that the OpenJFX SDK that works with Java 11 is about to be released in EA, we should think about releasing the modules. In case you download the OpenJFX SDK, running an app goes like java --module-path $OPENJFXSDK/lib --add-modules javafx.controls

WaitForPaintPulse

2018-04-29 Thread Tom Eugelink
Is there a way in J9+ to wait for a paint pulse? I'm having problems getting my unit tests stable. Tom

native libs in modules

2018-04-29 Thread Johan Vos
Now that the OpenJFX SDK that works with Java 11 is about to be released in EA, we should think about releasing the modules. In case you download the OpenJFX SDK, running an app goes like java --module-path $OPENJFXSDK/lib --add-modules javafx.controls your.app If you use gradle or maven, the