Starts Java Web Start.
javaws [ run-options ] jnlp
javaws [ control-options ]
Command-line run-options
. The run-options
can be in any order. See Run-Options.
Either the path of or the Uniform Resource Locator (URL) of the Java Network Launching Protocol (JNLP) file.
Command-line control-options
. The control-options
can be in any order. See Control-Options.
Runs Java Web Start in offline mode.
Does not display the initial splash screen.
When specified, this option replaces the arguments in the JNLP file with -open
arguments
.
When specified, this option replaces the arguments in the JNLP file with -print
arguments
.
Uses online mode. This is the default behavior.
The javaws
process does not exit until the application exits. This option does not function as described on Windows platforms.
Displays additional output.
Passes option to the Java Virtual Machine, where option
is one of the options described on the reference page for the Java application launcher. For example, -J-Xms48m
sets the startup memory to 48 MB. See java
(1).
Runs the application from the system cache only.
Shows the cache viewer in the Java Control Panel.
Removes all non-installed applications from the cache.
Clears the specified deployment property.
Sets the specified deployment property to the specified value.
Removes all applications from the cache.
Removes the application from the cache.
Imports the application to the cache.
Imports silently (with no user interface).
Imports application to the system cache.
Retrieves resources from the specified codebase.
Installs shortcuts if the user allows a prompt. This option has no effect unless the -silent
option is also used.
Installs associations if the user allows a prompt. This option has no effect unless the -silent
option is also used.
Note: The command javaws -shortcut -uninstall
removes both association as well as the implementation.