Hey at all - i got a question as well. When i run my javafx project in intellij there are no problems - when i run it with "./gradlw run" it complains about me setting up the module system wrong i think
javafx.graphics does not "opens javafx.scene" to unnamed modul
at the end of the "main" class for this to work? Like
de.deggers.application.ApplicationRunnerKt
👍 2
d
Dustyn
04/25/2020, 11:16 AM
i dont use a module-info.java - does gradle needs that? anyway got it working now by addings to the jvm arguments that it shall open graphics to scene... thanks anyway! 🙂