9573
|
1 |
." Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
|
2
|
2 |
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3 |
."
|
|
4 |
." This code is free software; you can redistribute it and/or modify it
|
|
5 |
." under the terms of the GNU General Public License version 2 only, as
|
|
6 |
." published by the Free Software Foundation.
|
|
7 |
."
|
|
8 |
." This code is distributed in the hope that it will be useful, but WITHOUT
|
|
9 |
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
10 |
." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
11 |
." version 2 for more details (a copy is included in the LICENSE file that
|
|
12 |
." accompanied this code).
|
|
13 |
."
|
|
14 |
." You should have received a copy of the GNU General Public License version
|
|
15 |
." 2 along with this work; if not, write to the Free Software Foundation,
|
|
16 |
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
17 |
."
|
5506
|
18 |
." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
19 |
." or visit www.oracle.com if you need additional information or have any
|
|
20 |
." questions.
|
2692
|
21 |
."
|
9573
|
22 |
.TH javaws 1 "10 May 2011"
|
2
|
23 |
|
|
24 |
.LP
|
2692
|
25 |
.SH "Name"
|
2
|
26 |
\f2javaws\fP Command Line
|
|
27 |
.LP
|
9573
|
28 |
.SH "NAME"
|
2
|
29 |
.LP
|
|
30 |
.LP
|
|
31 |
\f2javaws\fP \- Java Web Start launcher command
|
|
32 |
.LP
|
9573
|
33 |
.SH "SYNOPSIS"
|
2
|
34 |
.LP
|
|
35 |
.LP
|
2692
|
36 |
\f2javaws [run\-options] <jnlp>\fP
|
|
37 |
.LP
|
2
|
38 |
.LP
|
2692
|
39 |
\f2javaws [control\-options]\fP
|
|
40 |
.LP
|
9573
|
41 |
.SH "PARAMETERS"
|
2
|
42 |
.LP
|
|
43 |
.LP
|
2692
|
44 |
\f2[run\-options]\fP
|
2
|
45 |
.LP
|
|
46 |
.LP
|
2692
|
47 |
Command\-line run\-options. run\-options may be in any order. For a discussion of the various run\-options, see RUN\-OPTIONS below.
|
2
|
48 |
.LP
|
|
49 |
.LP
|
2692
|
50 |
\f2<jnlp>\fP
|
2
|
51 |
.LP
|
|
52 |
.LP
|
2692
|
53 |
This can be either the path of, or the Uniform Resource Locater (URL) of the JNLP (Java Network Launching Protocol) file.
|
|
54 |
.LP
|
|
55 |
.LP
|
|
56 |
\f2[control\-options]\fP
|
2
|
57 |
.LP
|
2692
|
58 |
.LP
|
|
59 |
Command\-line control\-options. control\-options may be in any order. For a discussion of the various control\-options, see CONTROL\-OPTIONS below.
|
|
60 |
.LP
|
9573
|
61 |
.SH "DESCRIPTION"
|
2
|
62 |
.LP
|
|
63 |
.LP
|
|
64 |
The \f2javaws\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.
|
|
65 |
.LP
|
|
66 |
.LP
|
2692
|
67 |
If a JNLP file is specified, \f2javaws\fP will launch the Java application/applet specified in the JNLP file.
|
2
|
68 |
.LP
|
|
69 |
.LP
|
2692
|
70 |
The \f2javaws\fP launcher has a set of options that are supported in the current release. However, the options may be removed in a future release.
|
2
|
71 |
.LP
|
9573
|
72 |
.SH "RUN\-OPTIONS"
|
2
|
73 |
.LP
|
|
74 |
.LP
|
|
75 |
\f2\-offline\fP
|
|
76 |
.LP
|
|
77 |
.LP
|
9573
|
78 |
Run Java Web Start in offline mode.
|
2
|
79 |
.LP
|
|
80 |
.LP
|
|
81 |
\f2\-Xnosplash\fP
|
|
82 |
.LP
|
9573
|
83 |
.LP
|
|
84 |
Do not display the initial splash screen.
|
2
|
85 |
.LP
|
|
86 |
.LP
|
|
87 |
\f2\-open <arguments>\fP
|
|
88 |
.LP
|
|
89 |
.LP
|
|
90 |
If specified, replaces the arguments in the jnlp file with \f2\-open <arguments>\fP.
|
|
91 |
.LP
|
|
92 |
.LP
|
|
93 |
\f2\-print <arguments>\fP
|
|
94 |
.LP
|
|
95 |
.LP
|
|
96 |
If specified, replaces the arguments in the jnlp file with \f2\-print <arguments>\fP.
|
|
97 |
.LP
|
|
98 |
.LP
|
|
99 |
\f2\-online\fP
|
|
100 |
.LP
|
|
101 |
.LP
|
9573
|
102 |
Use online mode (default behavior).
|
2
|
103 |
.LP
|
|
104 |
.LP
|
|
105 |
\f2\-wait\fP
|
|
106 |
.LP
|
|
107 |
.LP
|
9573
|
108 |
If specified, the \f2javaws\fP process will not exit until the application exits. This option does not function as described on Windows platforms.
|
2
|
109 |
.LP
|
|
110 |
.LP
|
2692
|
111 |
\f2\-verbose\fP
|
|
112 |
.LP
|
|
113 |
.LP
|
9573
|
114 |
Display additional output.
|
2692
|
115 |
.LP
|
|
116 |
.LP
|
|
117 |
\f2\-J<option>\fP
|
|
118 |
.LP
|
|
119 |
.LP
|
9573
|
120 |
Supply options to the VM.
|
2692
|
121 |
.LP
|
|
122 |
.LP
|
|
123 |
\f2\-system\fP
|
|
124 |
.LP
|
|
125 |
.LP
|
9573
|
126 |
Run the application from the system cache only.
|
2692
|
127 |
.LP
|
9573
|
128 |
.SH "CONTROL\-OPTIONS"
|
2692
|
129 |
.LP
|
|
130 |
.LP
|
|
131 |
\f2\-viewer\fP
|
|
132 |
.LP
|
9573
|
133 |
.LP
|
|
134 |
Show the Cache Viewer in the Java Control Panel.
|
2692
|
135 |
.LP
|
|
136 |
.LP
|
9573
|
137 |
\f2\-clearcache\fP
|
|
138 |
.LP
|
2692
|
139 |
.LP
|
9573
|
140 |
Remove all non\-installed applications from the cache.
|
|
141 |
.LP
|
2692
|
142 |
.LP
|
|
143 |
\f2\-userConfig <property name>\fP
|
|
144 |
.LP
|
|
145 |
.LP
|
9573
|
146 |
Clear the specified deployment property.
|
2692
|
147 |
.LP
|
|
148 |
.LP
|
|
149 |
\f2\-userConfig <property name> <property value>\fP
|
|
150 |
.LP
|
|
151 |
.LP
|
9573
|
152 |
Set the specified deployment property to the specified value.
|
2692
|
153 |
.LP
|
|
154 |
.LP
|
|
155 |
\f2\-uninstall\fP
|
|
156 |
.LP
|
|
157 |
.LP
|
9573
|
158 |
Remove all applications from the cache.
|
2
|
159 |
.LP
|
2692
|
160 |
.LP
|
|
161 |
\f2\-uninstall <jnlp>\fP
|
|
162 |
.LP
|
|
163 |
.LP
|
9573
|
164 |
Remove the application from the cache.
|
2692
|
165 |
.LP
|
|
166 |
.LP
|
|
167 |
\f2\-import [import\-options] <jnlp>\fP
|
|
168 |
.LP
|
|
169 |
.LP
|
9573
|
170 |
Import the application to the cache.
|
2692
|
171 |
.LP
|
9573
|
172 |
.SH "IMPORT\-OPTIONS"
|
2692
|
173 |
.LP
|
|
174 |
.LP
|
|
175 |
\f2\-silent\fP
|
|
176 |
.LP
|
|
177 |
.LP
|
9573
|
178 |
Import silently (with no user interface).
|
2692
|
179 |
.LP
|
|
180 |
.LP
|
|
181 |
\f2\-system\fP
|
|
182 |
.LP
|
|
183 |
.LP
|
9573
|
184 |
Import application to the system cache.
|
2692
|
185 |
.LP
|
|
186 |
.LP
|
|
187 |
\f2\-codebase <url>\fP
|
|
188 |
.LP
|
|
189 |
.LP
|
9573
|
190 |
Retrieve resources from the given codebase.
|
2692
|
191 |
.LP
|
|
192 |
.LP
|
|
193 |
\f2\-shortcut\fP
|
|
194 |
.LP
|
|
195 |
.LP
|
9573
|
196 |
Install shortcuts as if user allowed prompt. This option has no effect unless \f2\-silent\fP option is also used.
|
2692
|
197 |
.LP
|
|
198 |
.LP
|
|
199 |
\f2\-association\fP
|
|
200 |
.LP
|
|
201 |
.LP
|
9573
|
202 |
Install associations as if user allowed prompt. This option has no effect unless \f2\-silent\fP option is also used.
|
2
|
203 |
.LP
|
9573
|
204 |
.SH "FILES"
|
2
|
205 |
.LP
|
|
206 |
.LP
|
|
207 |
For information about the user and system cache and deployment.properties files, see
|
|
208 |
.na
|
|
209 |
\f2System\- and User\-Level Properties\fP @
|
|
210 |
.fi
|
9573
|
211 |
http://download.oracle.com/javase/7/docs/technotes/guides/deployment/deployment\-guide/properties.html.
|
2
|
212 |
.LP
|
9573
|
213 |
.SH "MORE INFORMATION"
|
2
|
214 |
.LP
|
|
215 |
.LP
|
|
216 |
For more information about Java Web Start, see
|
|
217 |
.na
|
2692
|
218 |
\f2Java Web Start\fP @
|
2
|
219 |
.fi
|
9573
|
220 |
http://download.oracle.com/javase/7/docs/technotes/guides/javaws/index.html.
|
2
|
221 |
.LP
|
|
222 |
|