Closed marvinbuff closed 4 years ago
Pumping up the version from 11.7 to 11.8 causes a run time error for me.
When I try to run my game it compiles fine but on :run it returns the error: Error: --module-path requires module path specification
:run
Error: --module-path requires module path specification
Not sure if this is my fault but the error message is a bit too cryptic and not thrown by my code to figure it own. Appreciate any help, thanks.
JavaFX was upgraded to 13.0.2 in 11.8. Try upgrading the dependency here to 13.0.2.
13.0.2
Works perfectly now. Thank you very much.
Pumping up the version from 11.7 to 11.8 causes a run time error for me.
When I try to run my game it compiles fine but on
:run
it returns the error:Error: --module-path requires module path specification
Not sure if this is my fault but the error message is a bit too cryptic and not thrown by my code to figure it own. Appreciate any help, thanks.