Class Launch


  • public final class Launch
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main entry point for launching GRIP.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main entry point for launching GRIP. We use an explicit main method in a separate class to allow the JavaFX application to be launched without needing to go through the JVM's module reflection (which fails when JavaFX is not on the module path - i.e. ALWAYS).

        This also allows us to specify GTK2 on Linux systems, since JavaFX defaults to GTK3 and is thus broken on most distros.