2010-07-14 15:42:06 -07:00
. " Copyright (c) 2003 , 2010 , 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
. "
2010-07-14 15:42:06 -07:00
.TH javaws 1 "02 Jun 2010"
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
.LP
\
.LP
.SS
NAME
.LP
2009-05-04 18:28:26 -07:00
.RS 3
2007-12-01 00:00:00 +00:00
.LP
.LP
\f2 javaws\fP \- Java Web Start launcher command
.LP
2009-05-04 18:28:26 -07:00
.RE
2007-12-01 00:00:00 +00:00
.SS
SYNOPSIS
.LP
2009-05-04 18:28:26 -07:00
.RS 3
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
.RE
2007-12-01 00:00:00 +00:00
.SS
PARAMETERS
.LP
2009-05-04 18:28:26 -07:00
.RS 3
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
.RS 3
.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
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 <jnlp>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.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
.RE
2009-05-04 18:28:26 -07:00
.LP
\f2 [control\- options]\fP
.LP
.RS 3
.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
.RE
.RE
2007-12-01 00:00:00 +00:00
.SS
DESCRIPTION
.LP
2009-05-04 18:28:26 -07:00
.RS 3
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
2009-05-04 18:28:26 -07:00
.RE
2007-12-01 00:00:00 +00:00
.SS
2009-05-04 18:28:26 -07:00
RUN\- OPTIONS
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
.RS 3
2007-12-01 00:00:00 +00:00
.LP
.LP
\f2 \- offline\fP
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
run Java Web Start in offline mode.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- Xnosplash\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
disable the display of the initial splash screen.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- open <arguments>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.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
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- print <arguments>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.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
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- online\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
run in online mode (default behavior).
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- wait\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
If specified, the \f2 javaws\fP process will not exit until the application exits.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- verbose\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
display additional output.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- J<option>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
supply options to the vm.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
\f2 \- system\fP
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
run the application from the system cache only.
2007-12-01 00:00:00 +00:00
.LP
.RE
2009-05-04 18:28:26 -07:00
.RE
.SS
CONTROL\- OPTIONS
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
.RS 3
.LP
.LP
\f2 \- viewer\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
show the Cache Viewer in the java control panel
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- userConfig <property name>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
clear the specified deployment property.
2007-12-01 00:00:00 +00:00
.LP
.RE
.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
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
set the specified deployment property to the specified value.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- uninstall\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
remove all applications from the cache.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- uninstall <jnlp>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
remove the application from the cache.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- import [import\- options] <jnlp>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
import the application to the cache.
2007-12-01 00:00:00 +00:00
.LP
.RE
2009-05-04 18:28:26 -07:00
\f3 IMPORT\- OPTIONS\fP
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
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
import silently (with no user interface).
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- system\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
import application to the system cache.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- codebase <url>\fP
2007-12-01 00:00:00 +00:00
.LP
.RS 3
.LP
.LP
2009-05-04 18:28:26 -07:00
retrieve resources from the given codebase.
2007-12-01 00:00:00 +00:00
.LP
.RE
.LP
2009-05-04 18:28:26 -07:00
\f2 \- shortcut\fP
2007-12-01 00:00:00 +00:00
.LP
2009-05-04 18:28:26 -07:00
.RS 3
.LP
.LP
install shortcuts as if user allowed prompt. This option has no effect unless \f2 \- silent\fP option is also used.
.LP
.RE
.LP
\f2 \- association\fP
.LP
.RS 3
.LP
.LP
install associations as if user allowed prompt. This option has no effect unless \f2 \- silent\fP option is also used.
.LP
.RE
.RE
2007-12-01 00:00:00 +00:00
.SS
FILES
.LP
2009-05-04 18:28:26 -07:00
.RS 3
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
http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\- guide/properties.html.
.LP
2009-05-04 18:28:26 -07:00
.RE
2007-12-01 00:00:00 +00:00
.SS
MORE INFORMATION
.LP
2009-05-04 18:28:26 -07:00
.RS 3
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
http://java.sun.com/javase/6/docs/technotes/guides/javaws/index.html.
.LP
.RS 3
.LP
.LP
\
.LP
.RE
2009-05-04 18:28:26 -07:00
.RE
2007-12-01 00:00:00 +00:00