2011-05-11 08:30:46 -07:00
. " Copyright (c) 2003 , 2011 , Oracle and/or its affiliates. All rights reserved.
2007-12-01 00:00:00 +00:00
. " DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
. "
. " This code is free software; you can redistribute it and/or modify it
. " under the terms of the GNU General Public License version 2 only, as
. " published by the Free Software Foundation.
. "
. " This code is distributed in the hope that it will be useful, but WITHOUT
. " ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
. " FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
. " version 2 for more details (a copy is included in the LICENSE file that
. " accompanied this code).
. "
. " You should have received a copy of the GNU General Public License version
. " 2 along with this work; if not, write to the Free Software Foundation,
. " Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110 -1301 USA.
. "
2010-05-25 15:58:33 -07:00
. " Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
. " or visit www.oracle.com if you need additional information or have any
. " questions.
2009-05-04 18:28:26 -07:00
. "
2011-05-11 08:30:46 -07:00
.TH javaws 1 "10 May 2011"
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
.SH "Name"
2007-12-01 00:00:00 +00:00
\f2 javaws\fP Command Line
.LP
2011-05-11 08:30:46 -07:00
.SH "NAME"
2007-12-01 00:00:00 +00:00
.LP
.LP
\f2 javaws\fP \- Java Web Start launcher command
.LP
2011-05-11 08:30:46 -07:00
.SH "SYNOPSIS"
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 javaws [run\- options] <jnlp>\fP
.LP
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
\f2 javaws [control\- options]\fP
.LP
2011-05-11 08:30:46 -07:00
.SH "PARAMETERS"
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 [run\- options]\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
Command\- line run\- options. run\- options may be in any order. For a discussion of the various run\- options, see RUN\- OPTIONS below.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 <jnlp>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
This can be either the path of, or the Uniform Resource Locater (URL) of the JNLP (Java Network Launching Protocol) file.
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
.LP
\f2 [control\- options]\fP
.LP
.LP
Command\- line control\- options. control\- options may be in any order. For a discussion of the various control\- options, see CONTROL\- OPTIONS below.
.LP
2011-05-11 08:30:46 -07:00
.SH "DESCRIPTION"
2007-12-01 00:00:00 +00:00
.LP
.LP
The \f2 javaws\fP command launches Java Web Start, which is the reference implementation of the Java Network Launching Protocol (JNLP). Java Web Start launches Java applications/applets hosted on a network.
.LP
.LP
2009-05-04 18:28:26 -07:00
If a JNLP file is specified, \f2 javaws\fP will launch the Java application/applet specified in the JNLP file.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
The \f2 javaws\fP launcher has a set of options that are supported in the current release. However, the options may be removed in a future release.
2007-12-01 00:00:00 +00:00
.LP
2011-05-11 08:30:46 -07:00
.SH "RUN\-OPTIONS"
2007-12-01 00:00:00 +00:00
.LP
.LP
\f2 \- offline\fP
.LP
.LP
2011-05-11 08:30:46 -07:00
Run Java Web Start in offline mode.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- Xnosplash\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Do not display the initial splash screen.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- open <arguments>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
If specified, replaces the arguments in the jnlp file with \f2 \- open <arguments>\fP .
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- print <arguments>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
If specified, replaces the arguments in the jnlp file with \f2 \- print <arguments>\fP .
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- online\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Use online mode (default behavior).
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- wait\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
If specified, the \f2 javaws\fP process will not exit until the application exits. This option does not function as described on Windows platforms.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- verbose\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Display additional output.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- J<option>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Supply options to the VM.
2007-12-01 00:00:00 +00:00
.LP
.LP
\f2 \- system\fP
.LP
.LP
2011-05-11 08:30:46 -07:00
Run the application from the system cache only.
2007-12-01 00:00:00 +00:00
.LP
2011-05-11 08:30:46 -07:00
.SH "CONTROL\-OPTIONS"
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
\f2 \- viewer\fP
2009-05-04 18:28:26 -07:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Show the Cache Viewer in the Java Control Panel.
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
\f2 \- clearcache\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Remove all non\- installed applications from the cache.
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
\f2 \- userConfig <property name>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Clear the specified deployment property.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- userConfig <property name> <property value>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Set the specified deployment property to the specified value.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- uninstall\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Remove all applications from the cache.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- uninstall <jnlp>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Remove the application from the cache.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- import [import\- options] <jnlp>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Import the application to the cache.
2007-12-01 00:00:00 +00:00
.LP
2011-05-11 08:30:46 -07:00
.SH "IMPORT\-OPTIONS"
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
.LP
\f2 \- silent\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Import silently (with no user interface).
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- system\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Import application to the system cache.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- codebase <url>\fP
2007-12-01 00:00:00 +00:00
.LP
.LP
2011-05-11 08:30:46 -07:00
Retrieve resources from the given codebase.
2007-12-01 00:00:00 +00:00
.LP
.LP
2009-05-04 18:28:26 -07:00
\f2 \- shortcut\fP
.LP
.LP
2011-05-11 08:30:46 -07:00
Install shortcuts as if user allowed prompt. This option has no effect unless \f2 \- silent\fP option is also used.
2009-05-04 18:28:26 -07:00
.LP
.LP
\f2 \- association\fP
.LP
.LP
2011-05-11 08:30:46 -07:00
Install associations as if user allowed prompt. This option has no effect unless \f2 \- silent\fP option is also used.
2009-05-04 18:28:26 -07:00
.LP
2011-05-11 08:30:46 -07:00
.SH "FILES"
2007-12-01 00:00:00 +00:00
.LP
.LP
For information about the user and system cache and deployment.properties files, see
.na
\f2 System\- and User\- Level Properties\fP @
.fi
2011-05-11 08:30:46 -07:00
http://download.oracle.com/javase/7/docs/technotes/guides/deployment/deployment\- guide/properties.html.
2007-12-01 00:00:00 +00:00
.LP
2011-05-11 08:30:46 -07:00
.SH "MORE INFORMATION"
2007-12-01 00:00:00 +00:00
.LP
.LP
For more information about Java Web Start, see
.na
2009-05-04 18:28:26 -07:00
\f2 Java Web Start\fP @
2007-12-01 00:00:00 +00:00
.fi
2011-05-11 08:30:46 -07:00
http://download.oracle.com/javase/7/docs/technotes/guides/javaws/index.html.
2007-12-01 00:00:00 +00:00
.LP