jdk/src/linux/doc/man/ja/serialver.1
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
'\" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
.\" Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
.\" This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
.\" under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
.\" published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
.\" This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
.\" version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
.\" accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
.\" You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
.\" 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
.\" Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
.\" CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
.\" have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.TH serialver 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.SH "名前"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
serialver \- シリアルバージョンコマンド
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.\"  This document was created by saving an HTML file as text
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
.\"  from the JavaSoft web site:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.\" http://java.sun.com/j2se/1.5/docs/tooldocs/tools.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.\"  and adding appropriate troff macros.  Because the JavaSoft web site 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.\"  man pages can change without notice, it may be helpful to diff
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.\"  files to identify changes other than new functionality. 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
\f3serialver\fP コマンドは \f2serialVersionUID\fP を返します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.SH "形式"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.B serialver 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
[
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
.B options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
] [
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.I classnames
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
.BI options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
このドキュメントで指定されているコマンド行オプション。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
.BI classnames
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
1 つまたは複数のクラス名。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.SH "機能説明"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
.IX "serial version command" "" "serial version command \(em \fLserialver\fP"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
.IX "serialver" "" "\fLserialver\fP \(em serial version command"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
.B serialver
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
は、指定された 1 個
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
または複数個のクラスの
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.B シリアルバージョン UID
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
を、展開しているクラスへコピーするのに適した形式で返します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
引数なしで呼び出した場合、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
.B serialver
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
は使用方法を説明する行を表示します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
.SH "オプション"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
.TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.B \-classpath " <directories and zip/jar files separated by:>"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
アプリケーションのクラスおよびリソースの検索パスを設定します。 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
.B \-show
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
単なるユーザインタフェースを表示します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
ここで完全クラス名を入力し、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
Enter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
キーまたは
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
Show
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
ボタンを押すと、シリアルバージョン
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
UID
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
が表示されます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.TP 15 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.BI \-J "option"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.I option
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
を Java 仮想マシンに渡します。ここで、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.I option
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
は、Java アプリケーション起動プログラムの参照ページで
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
説明されているオプションの 1 つです。たとえば、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.I \-J-Xms48m
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
は、起動時に使用するメモリを 48M バイトに設定します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.SH "注意"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
\f3serialver\fP コマンドは、指定されたクラスをその仮想マシン内に読み込んで初期化しますが、デフォルトではセキュリティマネージャの設定は行いません。信頼できないクラスとともに \f3serialver\fP を実行する場合には、次のオプションを使ってセキュリティマネージャを設定できます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
\f2\-J\-Djava.security.manager\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
また、必要であれば、次のオプションを使ってセキュリティポリシーを指定できます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
\f2\-J\-Djava.security.policy=<policy file>\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.SH "関連項目"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
http://java.sun.com/javase/6/docs/api/java/io/objectstreamclass.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
「\f2java.io.ObjectStreamClass\fP」
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128