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