Package edu.wpi.grip.preloader
Class Launch
- java.lang.Object
-
- edu.wpi.grip.preloader.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.
-
-
-
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).
-
-