Cryptic error when running JavaFX modular application from command line without maven or IDE
I have a JavaFX Tetris clone that I made originally using an ide and maven for dependency management. Everything works great – however, I want to know how everything is working under the hood, so I am trying to compile and run the app in my ubuntu terminal without using an ide or maven.