public class StartMain
extends java.lang.Object
Constructor and Description |
---|
StartMain() |
Modifier and Type | Method and Description |
---|---|
static void |
fixLinuxJavaLibraryBug()
This fix is required for new Java versions on Linux which do not find the
libjawt.so library anymore.
|
static Engine |
getLastLaunchedEngine()
Retrieves the engine of the program.
|
static void |
startMain()
Start the program without any arguments directly.
|
static void |
startMain(java.lang.String[] args)
Entry Point.
|
public static void startMain(java.lang.String[] args)
args
- public static void startMain()
public static void fixLinuxJavaLibraryBug()
public static Engine getLastLaunchedEngine()