java.lang.Object
com.iamsoft.fixparser.FixParserApplication
The Java launcher checks if the main class extends Application, and in that case it checks
the module path and tries to find javafx.graphics module. If the module is on the
classpath, but not on the module path, the launcher will exit with the message:
"Error: JavaFX runtime components are missing, and are required to run this application".
Therefore, to be able to run adp-manager as a non modular application, we need to use main
class that doesn't extend Application.
-
Method Summary
-
Method Details
-
main
-