< prev index next >

src/linux/doc/man/ja/javap.1

Print this page
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang


   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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\" 
  24 .\" 
  25 '\"macro stdmacro
  26 .TH javap 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
  27 .SH "名前"
  28 javap \- Java クラスファイル逆アセンブラ
  29 .LP
  30 
  31 .LP
  32 .LP
  33 クラスファイルを逆アセンブルします。
  34 .LP
  35 .\" 
  36 .\"  This document was created by saving an HTML file as text
  37 .\"  from the JavaSoft web site:
  38 .\" 
  39 .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
  40 .\" 
  41 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  42 .\"  man pages can change without notice, it may be helpful to diff
  43 .\"  files to identify changes other than new functionality. 
  44 .\" 
  45 .SH "形式"
  46 .B  javap


 259 .RS 3
 260 
 261 .LP
 262 .nf
 263 \f3
 264 .fl
 265 javap \-J\-version
 266 .fl
 267 javap \-J\-Djava.security.manager \-J\-Djava.security.policy=MyPolicy MyClassName
 268 .fl
 269 \fP
 270 .fi
 271 .RE
 272 .TP 3
 273 \-s 
 274 内部の型シグニチャーを出力します。
 275 .TP 3
 276 \-c 
 277 クラスの各メソッドのために逆アセンブルされるコード、すなわち Java バイトコードから成る命令を表示します。これらは
 278 .fi
 279 http://java.sun.com/docs/books/vmspec/
 280 の
 281 .na
 282 「\f2Java Virtual Machine Specification\fP」にドキュメント化されています。
 283 .TP 3
 284 \-verbose 
 285 メソッドのスタックサイズ、および \f2locals\fP と \f2args\fP の数を出力します。
 286 .TP 3
 287 \-classpath path 
 288 \f3javap\fP がクラスを探すために使用するパスを指定します。デフォルトまたは CLASSPATH 環境変数設定を上書きします。ディレクトリはコロンで分割します。したがって、\f2path\fP の一般形式は次のようになります。
 289 .nf
 290 \f3
 291 .fl
 292    .:<your_path>
 293 .fl
 294 \fP
 295 .fi
 296 次に例を示します。
 297 .nf
 298 \f3
 299 .fl




   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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\" ` 

  24 '\"macro stdmacro
  25 .TH javap 1 "05 Jul 2012"
  26 .SH "名前"
  27 javap \- Java クラスファイル逆アセンブラ
  28 .LP
  29 
  30 .LP
  31 .LP
  32 クラスファイルを逆アセンブルします。
  33 .LP
  34 .\" 
  35 .\"  This document was created by saving an HTML file as text
  36 .\"  from the JavaSoft web site:
  37 .\" 
  38 .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
  39 .\" 
  40 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  41 .\"  man pages can change without notice, it may be helpful to diff
  42 .\"  files to identify changes other than new functionality. 
  43 .\" 
  44 .SH "形式"
  45 .B  javap


 258 .RS 3
 259 
 260 .LP
 261 .nf
 262 \f3
 263 .fl
 264 javap \-J\-version
 265 .fl
 266 javap \-J\-Djava.security.manager \-J\-Djava.security.policy=MyPolicy MyClassName
 267 .fl
 268 \fP
 269 .fi
 270 .RE
 271 .TP 3
 272 \-s 
 273 内部の型シグニチャーを出力します。
 274 .TP 3
 275 \-c 
 276 クラスの各メソッドのために逆アセンブルされるコード、すなわち Java バイトコードから成る命令を表示します。これらは
 277 .fi
 278 http://docs.oracle.com/javase/specs/
 279 の
 280 .na
 281 「\f2Java Virtual Machine Specification\fP」にドキュメント化されています。
 282 .TP 3
 283 \-verbose 
 284 メソッドのスタックサイズ、および \f2locals\fP と \f2args\fP の数を出力します。
 285 .TP 3
 286 \-classpath path 
 287 \f3javap\fP がクラスを探すために使用するパスを指定します。デフォルトまたは CLASSPATH 環境変数設定を上書きします。ディレクトリはコロンで分割します。したがって、\f2path\fP の一般形式は次のようになります。
 288 .nf
 289 \f3
 290 .fl
 291    .:<your_path>
 292 .fl
 293 \fP
 294 .fi
 295 次に例を示します。
 296 .nf
 297 \f3
 298 .fl


< prev index next >