DropSnorz / OwlPlug

Audio plugin manager. Small tool to manage VST / AU / LV2 plugins on Windows, MacOS and Linux.
https://owlplug.com
GNU General Public License v3.0
287 stars 11 forks source link

Load JavaFx from the Java module-path #109

Open DropSnorz opened 2 years ago

DropSnorz commented 2 years ago

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