Launcher Command-Line Arguments

InstallAnywhere 2018

InstallAnywhere launchers accept command-line arguments, but all arguments except LAX_VM are passed on to the launched application. LAX_VM specifies a Java virtual machine for the launched application and corresponds to the LAX property lax.nl.current.vm.

Syntax

LaunchAnywhereName LAX_VM "full_path_to_java_executable"

Example

OfficeSuite LAX_VM "C:\Program Files\Java\jre1.6.0_05\bin\java.exe"

All arguments passed to a LaunchAnywhere launcher (other than LAX_VM) are stored in the launcher’s special $CMD_LINE_ARGUMENTS$ variable (which corresponds to the LAX property lax.command.line.args).

See Also