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