author | katleman |
Thu, 05 Jan 2012 08:42:37 -0800 | |
changeset 11376 | 075fe3928b7f |
parent 9566 | d7241af95355 |
child 23600 | d21826f6c789 |
permissions | -rw-r--r-- |
9566
d7241af95355
7043580: integrate man page translation drop 2 into jdk7
mfang
parents:
9352
diff
changeset
|
1 |
." Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. |
2 | 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 |
." |
|
5506 | 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. |
|
2692 | 21 |
." |
9566
d7241af95355
7043580: integrate man page translation drop 2 into jdk7
mfang
parents:
9352
diff
changeset
|
22 |
.TH appletviewer 1 "07 May 2011" |
2 | 23 |
|
24 |
.LP |
|
9352 | 25 |
.SH "名前" |
26 |
appletviewer \- Java アプレットビューア |
|
2 | 27 |
.LP |
28 |
.LP |
|
9352 | 29 |
\f3appletviewer\fP コマンドは Web ブラウザの外でアプレットを実行させます。 |
2 | 30 |
.LP |
9352 | 31 |
.SH "形式" |
2 | 32 |
.LP |
33 |
.LP |
|
34 |
\f4appletviewer\fP \f2[\fP \f2options\fP \f2] \fP\f2urls\fP ... |
|
35 |
.LP |
|
9352 | 36 |
.SH "説明" |
2 | 37 |
.LP |
38 |
.LP |
|
9352 | 39 |
\f3appletviewer\fP コマンドは \f2urls\fP に指定されたドキュメントあるいはリソースと接続して、そのドキュメントが参照するそれぞれのアプレットを独自のウィンドウで表示します。注: \f2urls\fP によって参照されたドキュメントが、\f2OBJECT\fP、\f2EMBED\fP、または \f2APPLET\fP タグでどのアプレットも参照していない場合、\f3appletviewer\fP は何も行いません。\f3appletviewer\fP でサポートされる HTML タグの詳細については、 |
2692 | 40 |
.na |
9352 | 41 |
\f2「アプレットビューアのタグ」\fP @ |
2 | 42 |
.fi |
9352 | 43 |
http://java.sun.com/javase/6/docs/technotes/tools/appletviewertags.htmlを参照してください。 |
2 | 44 |
.LP |
45 |
.LP |
|
9352 | 46 |
\f3注:\fP \f3appletviewer\fP は、RFC2396 で規定されたエスケープ機構に従って符号化された URL を必要とします。サポートされるのは、符号化された URL だけです。ただし、ファイル名については、RFC2396 に指定された方法で符号化を解除しておく必要があります。 |
2 | 47 |
.LP |
9352 | 48 |
.SH "オプション" |
2 | 49 |
.LP |
2692 | 50 |
.RS 3 |
2 | 51 |
.TP 3 |
52 |
\-debug |
|
9352 | 53 |
Java デバッガ jdb(1) でアプレットビューアを開始します。これにより、ドキュメント中のアプレットをデバッグすることができます。 |
2 | 54 |
.TP 3 |
55 |
\-encoding \ \ encoding name |
|
9352 | 56 |
入力 HTML ファイルのエンコーディング名を指定します。 |
2 | 57 |
.TP 3 |
58 |
\-Jjavaoption |
|
9352 | 59 |
文字列 \f2javaoption\fP は、appletviewer を実行する Java インタプリタに 1 つの引数として渡されます。引数にスペースを含めてはいけません。複数の引数は、各引数のすべてを接頭辞 \f3\-J\fP で始めることにより区分する必要があります。これは、コンパイラの実行環境、またはメモリーの利用に有効です。 |
2692 | 60 |
.RE |
61 |
||
2 | 62 |
.LP |
63 |
.LP |
|
64 |
||
65 |
.LP |
|
66 |