Specifies the full name of the class to be invoked (without .class extension). This field is mandatory. The class must be declared as public in package and have public static void main(String args[]) method.
Specifies arguments for JVM.
String might contain references to environment-variable strings of the form "%variableName%". At run-time, for each such reference, the %variableName% portion is replaced with the current value of that environment variable. Case is ignored when looking up the environment-variable name. If the name is not found and Eliminate=false, the %variableName% portion is left undisturbed.
Specifies the minimal java.version required by the Java application. By specifying a minimal required version, you prevent your Java application from running under an old run-times.