Hello, i have an issue when running my application.
When the appication starts I see a bunch of warnings like :
WARNING: Unknown module: javafx.controls specified to --add-exports
WARNING: Unknown module: javafx.base specified to --add-exports
WARNING: Unknown module: javafx.controls specified to --add-opens
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @6e2c9341'
From what I understand, this issue can be cause by the fact the javafx modules are loaded from the classpath, whoever, i see that in other issues people state that they are in fact modularized. Can you help? What am I missing?
Hello, i have an issue when running my application. When the appication starts I see a bunch of warnings like : WARNING: Unknown module: javafx.controls specified to --add-exports WARNING: Unknown module: javafx.base specified to --add-exports WARNING: Unknown module: javafx.controls specified to --add-opens WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @6e2c9341'
From what I understand, this issue can be cause by the fact the javafx modules are loaded from the classpath, whoever, i see that in other issues people state that they are in fact modularized. Can you help? What am I missing?
Thank you!