qrscan
qrscan copied to clipboard
Warning from JavaFX that it should be loaded as a named module
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?
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.