javaws - Unix, Linux Command
NAME
javaws - Java Web Start launcher command
SYNOPSIS
javaws [ options ] [ URL ]
|
PARAMETERS
Tag | Description |
options |
Command-line options.
Options many be in any order. For a
discussion of the various options,
see OPTIONS below.
|
URL |
Uniform Resource Locator (URL) of the JNLP (Java Network
Launching Protocol) file.
|
DESCRIPTION
The javaws command launches Java Web Start, which is the reference
implementation of the Java Network Launching Protocol (JNLP).
Java Web Start launches java application/applets hosted on a network.
Without any options javaws will launch the Java JNLP
Application Manager, from which users can launch applications/applet
or configure Java Web Start.
If a URL for a JNLP file is
specified, javaws will launch the Java application/applet specified
in the JNLP file.
OPTIONS
The
javaws launcher has a set of
options that are supported in the
current release.
However, the
options may be removed in a future
release.
All
-X options are non-standard and subject to change.
Tag | Description |
|
-offline
Runs Java Web Start in offline mode.
|
Tag | Description |
|
-uninstall URL
Removes a specific application/applet from the users cache,
as indicated by the URL for the JNLP file. Java Web Start
will exit after the command has completed.
|
Tag | Description |
|
-updateVersions
Updates the Java Web Start configuration file based on the current machines settings. Java Web Start will exit when the command is completed.
|
Tag | Description |
|
-Xclearcache
Clears the users cache. Java Web Start will exit
after the command has completed.
|
Tag | Description |
|
-Xnosplash
Disables the display of the initial splash screen.
|
Tag | Description |
|
-import
Imports the application specified by the URL into the users cache
but does not run it..
|
Tag | Description |
|
-silent
When used with the -import option, imports in silent mode; i.e., there
will be no UI pop up. The process exit code will be either 0 if
successful or 1 if not.
|
Tag | Description |
|
-codebase URL
Replaces the codebase with URL in the jnlp file specified when importing the resources. URL must be a valid URL.
|
Tag | Description |
|
-system
Uses the system cache instead of the user cache.
|
Tag | Description |
|
-shortcut
Allows the creation of shortcuts during silent import.
|
Tag | Description |
|
-association
Allows the creation of associations during silent import.
|
Tag | Description |
|
-open arguments
If specified, replaces the arguments in the jnlp file with -open arguments.
|
Tag | Description |
|
-print arguments
If specified, replaces the arguments in the jnlp file with -print arguments.
|
Tag | Description |
|
-online
Runs in online mode (default behavior).
|
Tag | Description |
|
-viewer
Runs the Java Application Cache Viewer (default if no URL is specified).
|
Tag | Description |
|
-userConfig property-name
Clears the specified deployment property.
|
Tag | Description |
|
-userConfig property-name property-value
Sets the specified deployment property to the specified value.
|
Tag | Description |
|
-wait
If specified, the javaws process will not exit until the application exits.
|
FILES
For more information about the user and system cache and
deployment.properties files, see
http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html
MORE INFORMATION
For more information about Java Web Start, see
http://java.sun.com/j2se/1.5.0/docs/guide/javaws/index.html.