Currently when building the application into a jar file, it requires a JavaFX runtime to start up it. We could use module-info.java to assemble the java application and start up the Application without dependencies(JRE, JavaFX runtime)