Package com.avrix

Class Launcher

java.lang.Object
com.avrix.Launcher

public class Launcher extends Object
The Launcher class serves as the entry point for the application.
  • Constructor Details

    • Launcher

      public Launcher()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      The main method is the entry point of the Java application.
      Parameters:
      args - Command-line arguments passed to the application.
      Throws:
      Exception - if a critical error occurs that prevents startup