JDK17 launcher hangs with JFX on Mac
At 1st glance it looks like the java launcher has changed since JDK 16 and uses Cocoa's main thread to call into Main, which blocks and hangs Glass, because it expects to perform some app initialization (finishLaunching) to be done on Cocoa main loop.
This is a blocker for JDK17 and JFX for Mac.
At 1st glance it looks like the java launcher has changed since JDK 16 and uses Cocoa's main thread to call into Main, which blocks and hangs Glass, because it expects to perform some app initialization (finishLaunching) to be done on Cocoa main loop.
This is a blocker for JDK17 and JFX for Mac.