Command line options

Command line options are available when using Open Web Launch.

When double-clicking a JNLP file, the following command is the default command that is executed:
openweblaunch.exe <jnlp_reference>
Note: The openweblaunch.exe file is created by the setup program.
The following command line options are available:
-disableVerification
This command option skips signature verification in jar files:
openweblaunch.exe -disableVerification <jnlp_reference>
-disableVerificationSameOrigin
This command option skips verification that all jars have the same signature:
openweblaunch.exe -disableVerificationSameOrigin <jnlp_reference>
-help
This command option displays usage information:
openweblaunch.exe -help
-javaDir
This command option passes a specific Java location to use when starting a Java Web Start application:
openweblaunch.exe -javaDir <java_folder> <jnlp_reference>
-showConsole
This command option causes the Java console to be displayed when a Java Web Start application is running:
openweblaunch.exe -showConsole <jnlp_reference>
-uninstall
This command option uninstalls a specific Java Web Start application:
openweblaunch.exe -uninstall <jnlp_reference>
The -gui option together with -uninstall shows the GUI during the uninstall process:
openweblaunch.exe -uninstall -gui <jnlp_reference>