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