In this Repository you can see an example of the Application of the MVVM-Pattern in JavaFX.
This is a maven based Project.
In case you are using IntelliJ you can simply open this project in your IDE. (And everything SHOULD be finde (: )
In case you want to run this project in CLI, run:
mvn exec:java -Dexec.mainClass="org.openjfx.App"
In order to build a fat jar with this project run:
mvn compile package && java -jar output/mvvmfx.jar