Package com.avrix
Class Launcher
java.lang.Object
com.avrix.Launcher
The Launcher class serves as the entry point for the application.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Launcher
public Launcher()
-
-
Method Details
-
main
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
-