< prev index next >

src/solaris/doc/sun/man/man1/ja/javap.1

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


   4 .\"
   5 .\" This code is free software; you can redistribute it and/or modify it
   6 .\" under the terms of the GNU General Public License version 2 only, as
   7 .\" published by the Free Software Foundation.
   8 .\"
   9 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  10 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 .\" version 2 for more details (a copy is included in the LICENSE file that
  13 .\" accompanied this code).
  14 .\"
  15 .\" You should have received a copy of the GNU General Public License version
  16 .\" 2 along with this work; if not, write to the Free Software Foundation,
  17 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 .\"
  19 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 .\" or visit www.oracle.com if you need additional information or have any
  21 .\" questions.
  22 .\" ` 
  23 '\"macro stdmacro
  24 .TH javap 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
  25 .SH "名前"
  26 javap \- Java クラスファイル逆アセンブラ
  27 .LP
  28 
  29 .LP
  30 .LP
  31 クラスファイルを逆アセンブルします。
  32 .LP
  33 .\" 
  34 .\"  This document was created by saving an HTML file as text
  35 .\"  from the JavaSoft web site:
  36 .\" 
  37 .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
  38 .\" 
  39 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  40 .\"  man pages can change without notice, it may be helpful to diff
  41 .\"  files to identify changes other than new functionality. 
  42 .\" 
  43 .SH "形式"
  44 .B  javap


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




   4 .\"
   5 .\" This code is free software; you can redistribute it and/or modify it
   6 .\" under the terms of the GNU General Public License version 2 only, as
   7 .\" published by the Free Software Foundation.
   8 .\"
   9 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  10 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 .\" version 2 for more details (a copy is included in the LICENSE file that
  13 .\" accompanied this code).
  14 .\"
  15 .\" You should have received a copy of the GNU General Public License version
  16 .\" 2 along with this work; if not, write to the Free Software Foundation,
  17 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 .\"
  19 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 .\" or visit www.oracle.com if you need additional information or have any
  21 .\" questions.
  22 .\" ` 
  23 '\"macro stdmacro
  24 .TH javap 1 "05 Jul 2012"
  25 .SH "名前"
  26 javap \- Java クラスファイル逆アセンブラ
  27 .LP
  28 
  29 .LP
  30 .LP
  31 クラスファイルを逆アセンブルします。
  32 .LP
  33 .\" 
  34 .\"  This document was created by saving an HTML file as text
  35 .\"  from the JavaSoft web site:
  36 .\" 
  37 .\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
  38 .\" 
  39 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  40 .\"  man pages can change without notice, it may be helpful to diff
  41 .\"  files to identify changes other than new functionality. 
  42 .\" 
  43 .SH "形式"
  44 .B  javap


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


< prev index next >