Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load JavaFx from the Java module-path #109

Open
DropSnorz opened this issue Oct 7, 2021 · 0 comments
Open

Load JavaFx from the Java module-path #109

DropSnorz opened this issue Oct 7, 2021 · 0 comments
Labels
Priority: Low Type: Refactoring A code change that neither fixes a bug nor adds a feature

Comments

@DropSnorz
Copy link
Owner

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 DropSnorz added Priority: Low Type: Refactoring A code change that neither fixes a bug nor adds a feature labels Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Type: Refactoring A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

No branches or pull requests

1 participant