lkakmeister.blogg.se

Minecraft best launcher parameters garbage collection
Minecraft best launcher parameters garbage collection









Note: You can use the JDK_JAVA_OPTIONS launcher environment variable to prepend its content to the actual command line of the java launcher. See Using Source-File Mode to Launch Single-File Source-Code Programs for a description of using the source-file mode. In source-file mode, the java command can launch a class declared in a source file. The method declaration has the following form: The method must be declared public and static, it must not return any value, and it must accept a String array as a parameter. It does this by starting the Java Virtual Machine (JVM), loading the specified class, and calling that class's main() method. The java command starts a Java application. Optional: Arguments following mainclass, source-file, -jar jarfile, and -m or -module module / mainclass are passed as arguments to the main class. See Using Source-File Mode to Launch Single-File Source-Code Programs args.

minecraft best launcher parameters garbage collection

Specifies the source file that contains the main class when using source-file mode. source-file Only used to launch a single source-file program. In other words, mainclass can be used when it is not specified by the module, or to override the value when it is specified. If you're using JAR files, then see jar.Įxecutes the main class in a module specified by mainclass if it is given, or, if it is not given, the value in the module. When you use -jar, the specified JAR file is the source of all user classes, and other class path settings are ignored. The jarfile argument is the name of a JAR file with a manifest that contains a line in the form Main-Class: classname that defines the class with the public static void main(String args) method that serves as your application's starting point. jar jarfile Executes a program encapsulated in a JAR file. Command-line entries following classname are the arguments for the main method. Mainclass Specifies the name of the class to be launched. See Overview of Java Options for a description of available options.

minecraft best launcher parameters garbage collection

Java source-file options Optional: Specifies command-line options separated by spaces. Java - launch a Java application Synopsis











Minecraft best launcher parameters garbage collection