Hey at all - i got a question as well. When i run ...
# gradle
d
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
. Does anybody spot the problem? https://gist.github.com/deggers/804cb1ffe6853d968ab58683e0f3318f
x
How your
module-info.java
looks like? By the way, don't you need the
Kt
at the end of the "main" class for this to work? Like
de.deggers.application.ApplicationRunnerKt
👍 2
d
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! 🙂