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