5865
|
1 |
." Copyright (c) 2003, 2010, 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 |
."
|
5865
|
22 |
.TH javaws 1 "02 Jun 2010"
|
2
|
23 |
|
|
24 |
.LP
|
2692
|
25 |
.SH "Name"
|
2
|
26 |
\f2javaws\fP Command Line
|
|
27 |
.LP
|
|
28 |
.LP
|
|
29 |
\
|
|
30 |
.LP
|
|
31 |
.SS
|
|
32 |
NAME
|
|
33 |
.LP
|
2692
|
34 |
.RS 3
|
2
|
35 |
|
|
36 |
.LP
|
|
37 |
.LP
|
|
38 |
\f2javaws\fP \- Java Web Start launcher command
|
|
39 |
.LP
|
2692
|
40 |
.RE
|
2
|
41 |
.SS
|
|
42 |
SYNOPSIS
|
|
43 |
.LP
|
2692
|
44 |
.RS 3
|
2
|
45 |
|
|
46 |
.LP
|
|
47 |
.LP
|
2692
|
48 |
\f2javaws [run\-options] <jnlp>\fP
|
|
49 |
.LP
|
2
|
50 |
.LP
|
2692
|
51 |
\f2javaws [control\-options]\fP
|
|
52 |
.LP
|
|
53 |
.RE
|
2
|
54 |
.SS
|
|
55 |
PARAMETERS
|
|
56 |
.LP
|
2692
|
57 |
.RS 3
|
2
|
58 |
|
|
59 |
.LP
|
|
60 |
.LP
|
2692
|
61 |
\f2[run\-options]\fP
|
2
|
62 |
.LP
|
|
63 |
.RS 3
|
|
64 |
|
|
65 |
.LP
|
|
66 |
.LP
|
2692
|
67 |
Command\-line run\-options. run\-options may be in any order. For a discussion of the various run\-options, see RUN\-OPTIONS below.
|
2
|
68 |
.LP
|
|
69 |
.RE
|
|
70 |
.LP
|
2692
|
71 |
\f2<jnlp>\fP
|
2
|
72 |
.LP
|
|
73 |
.RS 3
|
|
74 |
|
|
75 |
.LP
|
|
76 |
.LP
|
2692
|
77 |
This can be either the path of, or the Uniform Resource Locater (URL) of the JNLP (Java Network Launching Protocol) file.
|
|
78 |
.LP
|
|
79 |
.RE
|
|
80 |
.LP
|
|
81 |
\f2[control\-options]\fP
|
2
|
82 |
.LP
|
2692
|
83 |
.RS 3
|
|
84 |
|
|
85 |
.LP
|
|
86 |
.LP
|
|
87 |
Command\-line control\-options. control\-options may be in any order. For a discussion of the various control\-options, see CONTROL\-OPTIONS below.
|
|
88 |
.LP
|
|
89 |
.RE
|
2
|
90 |
.RE
|
|
91 |
.SS
|
|
92 |
DESCRIPTION
|
|
93 |
.LP
|
2692
|
94 |
.RS 3
|
2
|
95 |
|
|
96 |
.LP
|
|
97 |
.LP
|
|
98 |
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.
|
|
99 |
.LP
|
|
100 |
.LP
|
2692
|
101 |
If a JNLP file is specified, \f2javaws\fP will launch the Java application/applet specified in the JNLP file.
|
2
|
102 |
.LP
|
|
103 |
.LP
|
2692
|
104 |
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
|
105 |
.LP
|
2692
|
106 |
.RE
|
|
107 |
.SS
|
|
108 |
RUN\-OPTIONS
|
2
|
109 |
.LP
|
2692
|
110 |
.RS 3
|
|
111 |
|
2
|
112 |
.LP
|
|
113 |
.LP
|
|
114 |
\f2\-offline\fP
|
|
115 |
.LP
|
|
116 |
.RS 3
|
|
117 |
|
|
118 |
.LP
|
|
119 |
.LP
|
2692
|
120 |
run Java Web Start in offline mode.
|
2
|
121 |
.LP
|
|
122 |
.RE
|
|
123 |
.LP
|
|
124 |
\f2\-Xnosplash\fP
|
|
125 |
.LP
|
|
126 |
.RS 3
|
|
127 |
|
|
128 |
.LP
|
|
129 |
.LP
|
2692
|
130 |
disable the display of the initial splash screen.
|
2
|
131 |
.LP
|
|
132 |
.RE
|
|
133 |
.LP
|
|
134 |
\f2\-open <arguments>\fP
|
|
135 |
.LP
|
|
136 |
.RS 3
|
|
137 |
|
|
138 |
.LP
|
|
139 |
.LP
|
|
140 |
If specified, replaces the arguments in the jnlp file with \f2\-open <arguments>\fP.
|
|
141 |
.LP
|
|
142 |
.RE
|
|
143 |
.LP
|
|
144 |
\f2\-print <arguments>\fP
|
|
145 |
.LP
|
|
146 |
.RS 3
|
|
147 |
|
|
148 |
.LP
|
|
149 |
.LP
|
|
150 |
If specified, replaces the arguments in the jnlp file with \f2\-print <arguments>\fP.
|
|
151 |
.LP
|
|
152 |
.RE
|
|
153 |
.LP
|
|
154 |
\f2\-online\fP
|
|
155 |
.LP
|
|
156 |
.RS 3
|
|
157 |
|
|
158 |
.LP
|
|
159 |
.LP
|
2692
|
160 |
run in online mode (default behavior).
|
2
|
161 |
.LP
|
|
162 |
.RE
|
|
163 |
.LP
|
|
164 |
\f2\-wait\fP
|
|
165 |
.LP
|
|
166 |
.RS 3
|
|
167 |
|
|
168 |
.LP
|
|
169 |
.LP
|
|
170 |
If specified, the \f2javaws\fP process will not exit until the application exits.
|
|
171 |
.LP
|
|
172 |
.RE
|
|
173 |
.LP
|
2692
|
174 |
\f2\-verbose\fP
|
|
175 |
.LP
|
|
176 |
.RS 3
|
|
177 |
|
|
178 |
.LP
|
|
179 |
.LP
|
|
180 |
display additional output.
|
|
181 |
.LP
|
|
182 |
.RE
|
|
183 |
.LP
|
|
184 |
\f2\-J<option>\fP
|
|
185 |
.LP
|
|
186 |
.RS 3
|
|
187 |
|
|
188 |
.LP
|
|
189 |
.LP
|
|
190 |
supply options to the vm.
|
|
191 |
.LP
|
|
192 |
.RE
|
|
193 |
.LP
|
|
194 |
\f2\-system\fP
|
|
195 |
.LP
|
|
196 |
.RS 3
|
|
197 |
|
|
198 |
.LP
|
|
199 |
.LP
|
|
200 |
run the application from the system cache only.
|
|
201 |
.LP
|
|
202 |
.RE
|
|
203 |
.RE
|
|
204 |
.SS
|
|
205 |
CONTROL\-OPTIONS
|
|
206 |
.LP
|
|
207 |
.RS 3
|
|
208 |
|
|
209 |
.LP
|
|
210 |
.LP
|
|
211 |
\f2\-viewer\fP
|
|
212 |
.LP
|
|
213 |
.RS 3
|
|
214 |
|
|
215 |
.LP
|
|
216 |
.LP
|
|
217 |
show the Cache Viewer in the java control panel
|
|
218 |
.LP
|
|
219 |
.RE
|
|
220 |
.LP
|
|
221 |
\f2\-userConfig <property name>\fP
|
|
222 |
.LP
|
|
223 |
.RS 3
|
|
224 |
|
|
225 |
.LP
|
|
226 |
.LP
|
|
227 |
clear the specified deployment property.
|
|
228 |
.LP
|
|
229 |
.RE
|
|
230 |
.LP
|
|
231 |
\f2\-userConfig <property name> <property value>\fP
|
|
232 |
.LP
|
|
233 |
.RS 3
|
|
234 |
|
|
235 |
.LP
|
|
236 |
.LP
|
|
237 |
set the specified deployment property to the specified value.
|
|
238 |
.LP
|
|
239 |
.RE
|
|
240 |
.LP
|
|
241 |
\f2\-uninstall\fP
|
|
242 |
.LP
|
|
243 |
.RS 3
|
|
244 |
|
|
245 |
.LP
|
|
246 |
.LP
|
|
247 |
remove all applications from the cache.
|
2
|
248 |
.LP
|
2692
|
249 |
.RE
|
|
250 |
.LP
|
|
251 |
\f2\-uninstall <jnlp>\fP
|
|
252 |
.LP
|
|
253 |
.RS 3
|
|
254 |
|
|
255 |
.LP
|
|
256 |
.LP
|
|
257 |
remove the application from the cache.
|
|
258 |
.LP
|
|
259 |
.RE
|
|
260 |
.LP
|
|
261 |
\f2\-import [import\-options] <jnlp>\fP
|
|
262 |
.LP
|
|
263 |
.RS 3
|
|
264 |
|
|
265 |
.LP
|
|
266 |
.LP
|
|
267 |
import the application to the cache.
|
|
268 |
.LP
|
|
269 |
.RE
|
|
270 |
\f3IMPORT\-OPTIONS\fP
|
|
271 |
.LP
|
|
272 |
.LP
|
|
273 |
\f2\-silent\fP
|
|
274 |
.LP
|
|
275 |
.RS 3
|
|
276 |
|
|
277 |
.LP
|
|
278 |
.LP
|
|
279 |
import silently (with no user interface).
|
|
280 |
.LP
|
|
281 |
.RE
|
|
282 |
.LP
|
|
283 |
\f2\-system\fP
|
|
284 |
.LP
|
|
285 |
.RS 3
|
|
286 |
|
|
287 |
.LP
|
|
288 |
.LP
|
|
289 |
import application to the system cache.
|
|
290 |
.LP
|
|
291 |
.RE
|
|
292 |
.LP
|
|
293 |
\f2\-codebase <url>\fP
|
|
294 |
.LP
|
|
295 |
.RS 3
|
|
296 |
|
|
297 |
.LP
|
|
298 |
.LP
|
|
299 |
retrieve resources from the given codebase.
|
|
300 |
.LP
|
|
301 |
.RE
|
|
302 |
.LP
|
|
303 |
\f2\-shortcut\fP
|
|
304 |
.LP
|
|
305 |
.RS 3
|
|
306 |
|
|
307 |
.LP
|
|
308 |
.LP
|
|
309 |
install shortcuts as if user allowed prompt. This option has no effect unless \f2\-silent\fP option is also used.
|
|
310 |
.LP
|
|
311 |
.RE
|
|
312 |
.LP
|
|
313 |
\f2\-association\fP
|
|
314 |
.LP
|
|
315 |
.RS 3
|
|
316 |
|
|
317 |
.LP
|
|
318 |
.LP
|
|
319 |
install associations as if user allowed prompt. This option has no effect unless \f2\-silent\fP option is also used.
|
|
320 |
.LP
|
|
321 |
.RE
|
|
322 |
.RE
|
2
|
323 |
.SS
|
|
324 |
FILES
|
|
325 |
.LP
|
2692
|
326 |
.RS 3
|
2
|
327 |
|
|
328 |
.LP
|
|
329 |
.LP
|
|
330 |
For information about the user and system cache and deployment.properties files, see
|
|
331 |
.na
|
|
332 |
\f2System\- and User\-Level Properties\fP @
|
|
333 |
.fi
|
|
334 |
http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/properties.html.
|
|
335 |
.LP
|
2692
|
336 |
.RE
|
2
|
337 |
.SS
|
|
338 |
MORE INFORMATION
|
|
339 |
.LP
|
2692
|
340 |
.RS 3
|
2
|
341 |
|
|
342 |
.LP
|
|
343 |
.LP
|
|
344 |
For more information about Java Web Start, see
|
|
345 |
.na
|
2692
|
346 |
\f2Java Web Start\fP @
|
2
|
347 |
.fi
|
|
348 |
http://java.sun.com/javase/6/docs/technotes/guides/javaws/index.html.
|
|
349 |
.LP
|
|
350 |
.RS 3
|
|
351 |
|
|
352 |
.LP
|
|
353 |
.LP
|
|
354 |
\
|
|
355 |
.LP
|
|
356 |
.RE
|
2692
|
357 |
.RE
|
2
|
358 |
|