1 '\" t
   2 .\"
   3 .\" Copyright 2003-2006 Sun Microsystems, Inc.  All Rights Reserved.
   4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 .\"
   6 .\" This code is free software; you can redistribute it and/or modify it
   7 .\" under the terms of the GNU General Public License version 2 only, as
   8 .\" published by the Free Software Foundation.
   9 .\"
  10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 .\" version 2 for more details (a copy is included in the LICENSE file that
  14 .\" accompanied this code).
  15 .\"
  16 .\" You should have received a copy of the GNU General Public License version
  17 .\" 2 along with this work; if not, write to the Free Software Foundation,
  18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 .\"
  20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\"
  24 .TH javaws 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
  25 .SH 名前
  26 \fBjavaws \fP- Java Web Start 起動コマンド
  27 \fB
  28 .SH 形式
  29 .RS 3
  30 
  31 .LP
  32 .LP
  33 \f2javaws [run\-options] <jnlp>\fP
  34 .LP
  35 .LP
  36 \f2javaws [control\-options]\fP
  37 .LP
  38 .RE
  39 .SS
  40 パラメータ
  41 .LP
  42 .RS 3
  43 
  44 .LP
  45 .LP
  46 [run\-options]
  47 .LP
  48 .RS 3
  49 
  50 .LP
  51 .LP
  52 コマンド行実行オプション。
  53 実行オプションの順序は任意です。個々の実行オプションについては、後述の「実行オプション」節を参照してください。
  54 .LP
  55 .RE
  56 .LP
  57 \f2<jnlp>\fP
  58 .LP
  59 .RS 3
  60 
  61 .LP
  62 .LP
  63 パスまたは JNLP (Java Network Launching Protocol) ファイルの URL (Uniform Resource Locater) を指定できます。
  64 .LP
  65 .RE
  66 .LP
  67 \f2[control\-options]\fP
  68 .LP
  69 .RS 3
  70 
  71 .LP
  72 .LP
  73 コマンド行制御オプション。制御オプションの順序は任意です。個々の制御オプションについては、後述の「制御オプション」節を参照してください。
  74 .LP
  75 .RE
  76 .RE
  77 .SS
  78 機能説明
  79 .LP
  80 .RS 3
  81 
  82 .LP
  83 .LP
  84 \fBjavaws\fP コマンドにより JNLP (Java Network Launching Protocol) のリファレンス実装である Java Web Start を起動できます。Java Web Start はネットワーク上に置かれる Java アプリケーションまたはアプレットを起動します。
  85 .LP
  86 .LP
  87 JNLP ファイルを指定すると、\fBjavaws\fP は JNLP ファイルに指定されている Java アプリケーションまたはアプレットを起動します。
  88 .LP
  89 .LP
  90 現在のリリースでサポートされている \f2javaws\fP 起動ツールの一連のオプションは、将来のリリースで削除される可能性があります。
  91 .LP
  92 .RE
  93 .SS
  94 実行オプション
  95 .LP
  96 .RS 3
  97 
  98 .LP
  99 .LP
 100 \f2\-offline\fP
 101 .LP
 102 .RS 3
 103 
 104 .LP
 105 .LP
 106 Java Web Start をオフラインモードで実行します。
 107 .LP
 108 .RE
 109 .LP
 110 \f2\-Xnosplash\fP
 111 .LP
 112 .RS 3
 113 
 114 .LP
 115 .LP
 116 初期スプラッシュ画面の表示を無効にします。
 117 .LP
 118 .RE
 119 .LP
 120 \f2\-open <arguments>\fP
 121 .LP
 122 .RS 3
 123 
 124 .LP
 125 .LP
 126 jnlp ファイルの引数を \f2\-open <arguments> と置き換えます。
 127 \fP.
 128 .LP
 129 .RE
 130 .LP
 131 \f2\-print <arguments>\fP
 132 .LP
 133 .RS 3
 134 
 135 .LP
 136 .LP
 137 jnlp ファイルの引数を \f2\-print <arguments>\fP と置き換えます。
 138 .LP
 139 .RE
 140 .LP
 141 \f2\-online\fP
 142 .LP
 143 .RS 3
 144 
 145 .LP
 146 .LP
 147 オンラインモードで実行します (デフォルトの動作)。
 148 .LP
 149 .RE
 150 .LP
 151 \f2\-wait\fP
 152 .LP
 153 .RS 3
 154 
 155 .LP
 156 .LP
 157 アプリケーションが終了するまで \f2javaws\fP プロセスは終了しません。
 158 .LP
 159 .RE
 160 .LP
 161 \f2\-verbose\fP
 162 .LP
 163 .RS 3
 164 
 165 .LP
 166 .LP
 167 追加の出力を表示します。
 168 .LP
 169 .RE
 170 .LP
 171 \f2\-J<option>\fP
 172 .LP
 173 .RS 3
 174 
 175 .LP
 176 .LP
 177 vm にオプションを補います。
 178 .LP
 179 .RE
 180 .LP
 181 \f2\-system\fP
 182 .LP
 183 .RS 3
 184 
 185 .LP
 186 .LP
 187 アプリケーションをシステムキャッシュからのみ実行します。
 188 .LP
 189 .RE
 190 .RE
 191 .SS
 192 制御オプション
 193 .LP
 194 .RS 3
 195 
 196 .LP
 197 .LP
 198 \f2\-viewer\fP
 199 .LP
 200 .RS 3
 201 
 202 .LP
 203 .LP
 204 Java コントロールパネルでキャッシュビューアを表示します。
 205 .LP
 206 .RE
 207 .LP
 208 \f2\-userConfig <property name>\fP
 209 .LP
 210 .RS 3
 211 
 212 .LP
 213 .LP
 214 指定された配備プロパティをクリアします。
 215 .LP
 216 .RE
 217 .LP
 218 \f2\-userConfig <property name> <property value>\fP
 219 .LP
 220 .RS 3
 221 
 222 .LP
 223 .LP
 224 指定された配備プロパティを指定された値に設定します。
 225 .LP
 226 .RE
 227 .LP
 228 \f2\-uninstall\fP
 229 .LP
 230 .RS 3
 231 
 232 .LP
 233 .LP
 234 キャッシュからすべてのアプリケーションを削除します。
 235 .LP
 236 .RE
 237 .LP
 238 \f2\-uninstall <jnlp>\fP
 239 .LP
 240 .RS 3
 241 
 242 .LP
 243 .LP
 244 キャッシュからアプリケーションを削除します。
 245 .LP
 246 .RE
 247 .LP
 248 \f2\-import [import\-options] <jnlp>\fP
 249 .LP
 250 .RS 3
 251 
 252 .LP
 253 .LP
 254 キャッシュにアプリケーションをインポートします。
 255 .LP
 256 .RE
 257 インポートオプション
 258 .LP
 259 .LP
 260 \f2\-silent\fP
 261 .LP
 262 .RS 3
 263 
 264 .LP
 265 .LP
 266 サイレントモードでインポートします (UI は表示されません)。
 267 .LP
 268 .RE
 269 .LP
 270 \f2\-system\fP
 271 .LP
 272 .RS 3
 273 
 274 .LP
 275 .LP
 276 システムキャッシュにアプリケーションをインポートします。
 277 .LP
 278 .RE
 279 .LP
 280 \f2\-codebase <url>\fP
 281 .LP
 282 .RS 3
 283 
 284 .LP
 285 .LP
 286 任意の codebase からリソースを取得します。
 287 .LP
 288 .RE
 289 .LP
 290 \f2\-shortcut\fP
 291 .LP
 292 .RS 3
 293 
 294 .LP
 295 .LP
 296 ユーザ許容プロンプトのようにショートカットをインストールします。このオプションは、\f2\-silent\fP オプションと一緒に使用しないと効果がありません。
 297 .LP
 298 .RE
 299 .LP
 300 \f2\-association\fP
 301 .LP
 302 .RS 3
 303 
 304 .LP
 305 .LP
 306 ユーザ許容プロンプトのように関連付けをインストールします。このオプションは、\f2\-silent\fP オプションと一緒に使用しないと効果がありません。
 307 .LP
 308 .RE
 309 .RE
 310 .SS
 311 .SH ファイル
 312 .LP
 313 ユーザキャッシュ、システムキャッシュ、および deployment.properties ファイルの詳細は、
 314 .na
 315 「\f2System\- and User\-Level Properties\fP」
 316 .fi
 317 (http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/properties.html)
 318 を参照してください。
 319 .SH 詳細情報
 320 Java Web Start の詳細は、
 321 http://java.sun.com/javase/6/docs/technotes/guides/javaws/index.html
 322 を参照してください。