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

Warning from JavaFX that it should be loaded as a named module #11

Open
jfreitasneto opened this issue Jun 7, 2022 · 1 comment
Open
Assignees
Labels

Comments

@jfreitasneto
Copy link

Hi!
When running app im getting the message "WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @7f1ecdc2".
Do i need to worry about?

@LS31 LS31 self-assigned this Jun 13, 2022
@LS31 LS31 changed the title Getting Warning Warning from JavaFX that it should be loaded as a named module Jun 13, 2022
@LS31
Copy link
Owner

LS31 commented Jun 13, 2022

No need to worry on the user side.

I will look into it later as it seems a problem I can't solve at this moment.
It seems that I have to change the way JavaFX is loaded into the application (i.e. as named modules). However, to do that I need to be able to use jlink, which is thwarted by how some dependencies (ZXing) do not seem to have switched yet to the more modern modular java approach.

@LS31 LS31 added the bug label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants