Jarek Sacha
Jarek Sacha
The warning is the SBT issue, the way it loads Java modules. On recent versions there is an issue with JavaFX 21. It is fixed with JavaFX 21.0.1. ScalaFX 21.0.0-R32...
Here is an example how to explicitly set dependency on a specific version of JavaFX. In the `build.sbt` add this line ```sbt libraryDependencies ++= Seq("base", "controls", "fxml", "graphics", "media", "swing",...
Also, if running application from within SBT you get a runtime warning: ``` [error] ... com.sun.javafx.application.PlatformImpl startup [error] WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module ...' ```...
@bryce-crichfield could you help implement the needed automatic conversion?
If running application from within SBT you get a runtime warning: ``` [error] ... com.sun.javafx.application.PlatformImpl startup [error] WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module ...' ``` You...