Class FixParserApplication

java.lang.Object
com.iamsoft.fixparser.FixParserApplication

public final class FixParserApplication extends Object
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 Details

    • main

      public static void main(String[] pArgs)