qrscan icon indicating copy to clipboard operation
qrscan copied to clipboard

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

Open jfreitasneto opened this issue 3 years ago • 1 comments

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?

jfreitasneto avatar Jun 07 '22 17:06 jfreitasneto

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 avatar Jun 13 '22 10:06 LS31