OwlPlug icon indicating copy to clipboard operation
OwlPlug copied to clipboard

Load JavaFx from the Java module-path

Open DropSnorz opened this issue 4 years ago • 0 comments

Technically JavaFX only supports being loaded as named modules. As of version 16 a warning is now emitted if JavaFX ends up in the unnamed module.

oct. 07, 2021 7:01:45 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @46b8b301'

In other words, JavaFX only supports being loaded from the module-path and does not support being loaded from the class-path. More info here

DropSnorz avatar Oct 07 '21 17:10 DropSnorz