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) 1997, 2011, Oracle and/or its affiliates. All rights reserved. |
2692 | 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 serialver 1 "07 May 2011" |
2692 | 23 |
|
24 |
.LP |
|
9352 | 25 |
.SH "名前" |
26 |
serialver \- シリアルバージョンコマンド |
|
2692 | 27 |
.LP |
28 |
.LP |
|
9352 | 29 |
\f3serialver\fP コマンドは \f2serialVersionUID\fP を返します。 |
2692 | 30 |
.LP |
9352 | 31 |
.SH "形式" |
2692 | 32 |
.LP |
33 |
.nf |
|
34 |
\f3 |
|
35 |
.fl |
|
36 |
\fP\f3serialver\fP [ options ] [ classnames ] |
|
37 |
.fl |
|
38 |
.fi |
|
39 |
||
40 |
.LP |
|
41 |
.RS 3 |
|
42 |
.TP 3 |
|
43 |
options |
|
9352 | 44 |
このドキュメントで説明されているコマンド行オプションです。 |
2692 | 45 |
.TP 3 |
46 |
classnames |
|
9352 | 47 |
1 つ以上のクラス名です。 |
2692 | 48 |
.RE |
49 |
||
50 |
.LP |
|
9352 | 51 |
.SH "説明" |
2 | 52 |
.LP |
53 |
.LP |
|
9352 | 54 |
\f3serialver\fP は、1 つ以上のクラスの \f2serialVersionUID\fP を、展開しているクラスへコピーするのに適した形式で返します。引数を指定しないで呼び出すと、使用方法が表示されます。 |
2692 | 55 |
.LP |
9352 | 56 |
.SH "オプション" |
2 | 57 |
.LP |
2692 | 58 |
.RS 3 |
59 |
.TP 3 |
|
9352 | 60 |
\-classpath <: で区切られたディレクトリと zip や jar ファイル> |
61 |
アプリケーションのクラスおよびリソースの検索パスを設定します。 |
|
2692 | 62 |
.RE |
63 |
||
2 | 64 |
.LP |
2692 | 65 |
.RS 3 |
66 |
.TP 3 |
|
67 |
\-show |
|
9352 | 68 |
簡単なユーザーインタフェースを表示します。完全指定のクラス名を入力して、Enter キーか「Show」ボタンを押し、シリアルバージョン UID を表示します。 |
2692 | 69 |
.TP 3 |
70 |
\-Joption |
|
9352 | 71 |
Java 仮想マシンに \f2option\fP を渡します。\f2option\fP には、java(1)のリファレンスページに記載されているオプションを 1 つ指定します。たとえば、\f3\-J\-Xms48m\fP と指定すると、スタートアップメモリーは 48M バイトに設定されます。 |
2692 | 72 |
.RE |
73 |
||
74 |
.LP |
|
9352 | 75 |
.SH "注" |
2 | 76 |
.LP |
77 |
.LP |
|
9352 | 78 |
\f3serialver\fP コマンドは、指定されたクラスをその仮想マシン内に読み込んで初期化しますが、デフォルトではセキュリティーマネージャーの設定は行いません。信頼できないクラスとともに \f3serialver\fP を実行する場合には、次のオプションを使ってセキュリティーマネージャーを設定できます。 |
2 | 79 |
.LP |
80 |
.LP |
|
81 |
\f2\-J\-Djava.security.manager\fP |
|
82 |
.LP |
|
83 |
.LP |
|
9352 | 84 |
また、必要であれば、次のオプションを使ってセキュリティーポリシーを指定できます。 |
2 | 85 |
.LP |
86 |
.LP |
|
87 |
\f2\-J\-Djava.security.policy=<policy file>\fP |
|
88 |
.LP |
|
9352 | 89 |
.SH "関連項目" |
2 | 90 |
.LP |
91 |
.LP |
|
2692 | 92 |
.na |
93 |
\f2java.io.ObjectStreamClass\fP @ |
|
2 | 94 |
.fi |
2692 | 95 |
http://java.sun.com/javase/6/docs/api/java/io/ObjectStreamClass.html |
2 | 96 |
.LP |
97 |