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