author | duke |
Wed, 05 Jul 2017 19:38:35 +0200 | |
changeset 24077 | 0809c9a4d36e |
parent 23600 | d21826f6c789 |
child 30373 | 7b7094f0b833 |
permissions | -rw-r--r-- |
23600 | 1 |
'\" t |
2 |
.\" Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. |
|
3 |
.\" Title: javaws |
|
4 |
.\" Language: English |
|
5 |
.\" Date: 2013年11月21日 |
|
6 |
.\" SectDesc: Java Web Startツール |
|
7 |
.\" Software: JDK 8 |
|
8 |
.\" Arch: 汎用 |
|
9 |
.\" |
|
10 |
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
11 |
.\" |
|
12 |
.\" This code is free software; you can redistribute it and/or modify it |
|
13 |
.\" under the terms of the GNU General Public License version 2 only, as |
|
14 |
.\" published by the Free Software Foundation. |
|
15 |
.\" |
|
16 |
.\" This code is distributed in the hope that it will be useful, but WITHOUT |
|
17 |
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
18 |
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
19 |
.\" version 2 for more details (a copy is included in the LICENSE file that |
|
20 |
.\" accompanied this code). |
|
21 |
.\" |
|
22 |
.\" You should have received a copy of the GNU General Public License version |
|
23 |
.\" 2 along with this work; if not, write to the Free Software Foundation, |
|
24 |
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
25 |
.\" |
|
26 |
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
27 |
.\" or visit www.oracle.com if you need additional information or have any |
|
28 |
.\" questions. |
|
29 |
.\" |
|
30 |
.pl 99999 |
|
31 |
.TH "javaws" "1" "2013年11月21日" "JDK 8" "Java Web Startツール" |
|
32 |
.\" ----------------------------------------------------------------- |
|
33 |
.\" * Define some portability stuff |
|
34 |
.\" ----------------------------------------------------------------- |
|
35 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
36 |
.\" http://bugs.debian.org/507673 |
|
37 |
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
|
38 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
39 |
.ie \n(.g .ds Aq \(aq |
|
40 |
.el .ds Aq ' |
|
41 |
.\" ----------------------------------------------------------------- |
|
42 |
.\" * set default formatting |
|
43 |
.\" ----------------------------------------------------------------- |
|
44 |
.\" disable hyphenation |
|
45 |
.nh |
|
46 |
.\" disable justification (adjust text to left margin only) |
|
47 |
.ad l |
|
48 |
.\" ----------------------------------------------------------------- |
|
49 |
.\" * MAIN CONTENT STARTS HERE * |
|
50 |
.\" ----------------------------------------------------------------- |
|
51 |
.SH "NAME" |
|
52 |
javaws \- Java Web Startを起動します。 |
|
53 |
.SH "概要" |
|
54 |
.sp |
|
55 |
.if n \{\ |
|
56 |
.RS 4 |
|
57 |
.\} |
|
58 |
.nf |
|
59 |
\fIjavaws\fR [ \fIrun\-options\fR ] \fIjnlp\fR |
|
60 |
.fi |
|
61 |
.if n \{\ |
|
62 |
.RE |
|
63 |
.\} |
|
64 |
.sp |
|
65 |
.if n \{\ |
|
66 |
.RS 4 |
|
67 |
.\} |
|
68 |
.nf |
|
69 |
\fIjavaws\fR [ \fIcontrol\-options\fR ] |
|
70 |
.fi |
|
71 |
.if n \{\ |
|
72 |
.RE |
|
73 |
.\} |
|
74 |
.PP |
|
75 |
\fIrun\-options\fR |
|
76 |
.RS 4 |
|
77 |
コマンドライン\fI実行オプション\fR。\fI実行オプション\fRは任意の順序で指定できます。実行オプションを参照してください。 |
|
78 |
.RE |
|
79 |
.PP |
|
80 |
\fIjnlp\fR |
|
81 |
.RS 4 |
|
82 |
JNLP (Java Network Launching Protocol)ファイルのパスまたはURL (Uniform Resource Locator)のどちらか。 |
|
83 |
.RE |
|
84 |
.PP |
|
85 |
\fI制御オプション\fR |
|
86 |
.RS 4 |
|
87 |
コマンドライン\fI制御オプション\fR。\fI制御オプション\fRは任意の順序で指定できます。制御オプションを参照してください。 |
|
88 |
.RE |
|
9352 | 89 |
.SH "説明" |
23600 | 90 |
.PP |
91 |
\fB注意:\fR |
|
92 |
\fIjavaws\fRコマンドは、Oracle Solarisでは使用できません。 |
|
93 |
.PP |
|
94 |
\fIjavaws\fRコマンドは、JNLPのリファレンス実装であるJava Web Startを起動します。Java Web Startは、ネットワーク上で動作するJavaアプリケーションおよびアプレットを起動します。 |
|
95 |
.PP |
|
96 |
JNLPファイルが指定されると、\fIjavaws\fRコマンドはJNLPファイルで指定したJavaアプリケーションまたはアプレットを起動します。 |
|
97 |
.PP |
|
98 |
\fIjavaws\fR起動ツールには、現在のリリースでサポートされている1組のオプションがあります。ただし、これらのオプションは将来のリリースでは削除される可能性があります。 |
|
9352 | 99 |
.SH "実行オプション" |
23600 | 100 |
.PP |
101 |
\-offline |
|
102 |
.RS 4 |
|
103 |
Java Web Startをオフライン・モードで実行します。 |
|
104 |
.RE |
|
105 |
.PP |
|
106 |
\-Xnosplash |
|
107 |
.RS 4 |
|
9566
d7241af95355
7043580: integrate man page translation drop 2 into jdk7
mfang
parents:
9352
diff
changeset
|
108 |
初期スプラッシュ画面を表示しません。 |
23600 | 109 |
.RE |
110 |
.PP |
|
111 |
\-open \fIarguments\fR |
|
112 |
.RS 4 |
|
113 |
このオプションを指定すると、JNLPファイル内の引数が\fI\-open\fR |
|
114 |
\fIarguments\fRに置き換わります。 |
|
115 |
.RE |
|
116 |
.PP |
|
117 |
\-print \fIarguments\fR |
|
118 |
.RS 4 |
|
119 |
このオプションを指定すると、JNLPファイル内の引数が\fI\-print\fR |
|
120 |
\fIarguments\fRに置き換わります。 |
|
121 |
.RE |
|
122 |
.PP |
|
123 |
\-online |
|
124 |
.RS 4 |
|
125 |
オンライン・モードを使用します。これは、デフォルトの動作です。 |
|
126 |
.RE |
|
127 |
.PP |
|
128 |
\-wait |
|
129 |
.RS 4 |
|
130 |
\fIjavaws\fRプロセスは、アプリケーションが終了するまで終了しません。Windowsプラットフォーム上では、このオプションは説明したとおりに機能しません。 |
|
131 |
.RE |
|
132 |
.PP |
|
133 |
\-verbose |
|
134 |
.RS 4 |
|
9352 | 135 |
追加の出力を表示します。 |
23600 | 136 |
.RE |
137 |
.PP |
|
138 |
\-J\fIoption\fR |
|
139 |
.RS 4 |
|
140 |
Java仮想マシンにoptionを渡します。\fIoption\fRには、Javaアプリケーション起動ツールのリファレンス・ページに記載されているオプションを1つ指定します。たとえば、\fI\-J\-Xms48m\fRと指定すると、スタートアップ・メモリーは48MBに設定されます。java(1)を参照してください。 |
|
141 |
.RE |
|
142 |
.PP |
|
143 |
\-system |
|
144 |
.RS 4 |
|
145 |
アプリケーションをシステム・キャッシュのみから実行します。 |
|
146 |
.RE |
|
9352 | 147 |
.SH "制御オプション" |
23600 | 148 |
.PP |
149 |
\-viewer |
|
150 |
.RS 4 |
|
151 |
Javaコントロール・パネルでキャッシュ・ビューアを表示します。 |
|
152 |
.RE |
|
153 |
.PP |
|
154 |
\-clearcache |
|
155 |
.RS 4 |
|
9352 | 156 |
インストールされていないすべてのアプリケーションをキャッシュから削除します。 |
23600 | 157 |
.RE |
158 |
.PP |
|
159 |
\-userConfig \fIproperty\-name\fR |
|
160 |
.RS 4 |
|
161 |
指定されたデプロイメント・プロパティをクリアします。 |
|
162 |
.RE |
|
163 |
.PP |
|
164 |
\-userConfig \fIproperty\-name property\-value\fR |
|
165 |
.RS 4 |
|
166 |
指定されたデプロイメント・プロパティを指定された値に設定します。 |
|
167 |
.RE |
|
168 |
.PP |
|
169 |
\-uninstall |
|
170 |
.RS 4 |
|
9352 | 171 |
キャッシュからすべてのアプリケーションを削除します。 |
23600 | 172 |
.RE |
173 |
.PP |
|
174 |
\-uninstall \fIjnlp\fR |
|
175 |
.RS 4 |
|
9352 | 176 |
キャッシュからアプリケーションを削除します。 |
23600 | 177 |
.RE |
178 |
.PP |
|
179 |
\-print \fIimport\-options \fRjnlp |
|
180 |
.RS 4 |
|
9352 | 181 |
キャッシュにアプリケーションをインポートします。 |
23600 | 182 |
.RE |
183 |
.SH "インポート・オプション" |
|
184 |
.PP |
|
185 |
\-silent |
|
186 |
.RS 4 |
|
187 |
サイレント・モードでインポートします(ユーザー・インタフェースは表示されません)。 |
|
188 |
.RE |
|
189 |
.PP |
|
190 |
\-system |
|
191 |
.RS 4 |
|
192 |
システム・キャッシュにアプリケーションをインポートします。 |
|
193 |
.RE |
|
194 |
.PP |
|
195 |
\-codebase \fIurl\fR |
|
196 |
.RS 4 |
|
197 |
指定したコードベースからリソースを取得します。 |
|
198 |
.RE |
|
199 |
.PP |
|
200 |
\-shortcut |
|
201 |
.RS 4 |
|
202 |
ユーザーがプロンプトを受け入れればショートカットをインストールします。このオプションは、 |
|
203 |
\fI\-silent\fRオプションも使用しないと効果がありません。 |
|
204 |
.RE |
|
205 |
.PP |
|
206 |
\-association |
|
207 |
.RS 4 |
|
208 |
ユーザーがプロンプトを受け入れればアソシエーションをインストールします。このオプションは、 |
|
209 |
\fI\-silent\fRオプションも使用しないと効果がありません。 |
|
210 |
.RE |
|
211 |
.PP |
|
212 |
\fB注意:\fR\fIjavaws \-shortcut \-uninstall\fR |
|
9352 | 213 |
.SH "ファイル" |
23600 | 214 |
.PP |
215 |
ユーザーおよびシステム・キャッシュならびにdeployment\&.propertiesファイルの詳細は、構成ファイルおよびプロパティのデプロイメント |
|
216 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/deployment/deployment\-guide/properties\&.html)を参照してください |
|
217 |
.SH "関連項目" |
|
218 |
.sp |
|
219 |
.RS 4 |
|
220 |
.ie n \{\ |
|
221 |
\h'-04'\(bu\h'+03'\c |
|
222 |
.\} |
|
223 |
.el \{\ |
|
224 |
.sp -1 |
|
225 |
.IP \(bu 2.3 |
|
226 |
.\} |
|
227 |
Java Web Start |
|
228 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/javaws/index\&.html) |
|
229 |
.RE |
|
230 |
.br |
|
231 |
'pl 8.5i |
|
232 |
'bp |