The following parameters apply to the Java application:

[Application Configuration] JvmOptions = -Xmx8m -Xmx32m StdOutFile = stdout.log StdErrFile = stderr.log
JvmOptions | Options to pass to the JVM. |
AppOptions | Arguments to pass to the Java application. |
StaticOptions | Static arguments to pass to the Java application. |
StdOutFile | Override executable defaults and redirect stdout to a specified file. This can be the same as StdErrFile. |
StdErrFile | Override executable defaults and redirect stderr to a specified file. This can be the same as StdOutFile. |
ShowConsole | "1" displays a console window for GUI applications, while "0" removes the console window. This option overrides any executable defaults. It also overrides StdOutFile and StdErrFile if set to "1". It has no effect on console applications. |