1JCF-DUMP(1) GNU JCF-DUMP(1)
2
3
4
6 jcf-dump - print information about Java class files
7
9 jcf-dump [-c] [--javap]
10 [--classpath=path] [--CLASSPATH=path]
11 [-Idir...] [-o file]
12 [--version] [--help] [-v] [--verbose]
13 classname...
14
16 This is a class file examiner, similar to "javap". It will print
17 information about a number of classes, which are specified by class
18 name or file name.
19
21 -c Disassemble method bodies. By default method bodies are not
22 printed.
23
24 --print-constants
25 Print the constant pool. When printing a reference to a constant
26 also print its index in the constant pool.
27
28 --javap
29 Generate output in "javap" format. The implementation of this fea‐
30 ture is very incomplete.
31
32 --classpath=path
33 --CLASSPATH=path
34 -Idirectory
35 -o file
36 These options as the same as the corresponding gcj options.
37
38 --help
39 Print help, then exit.
40
41 --version
42 Print version number, then exit.
43
44 -v, --verbose
45 Print extra information while running. Implies "--print-con‐
46 stants".
47
49 gcc(1), gcj(1), gcjh(1), gij(1), jcf-dump(1), gfdl(7), and the Info
50 entries for gcj and gcc.
51
53 Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
54 Inc.
55
56 Permission is granted to copy, distribute and/or modify this document
57 under the terms of the GNU Free Documentation License, Version 1.2 or
58 any later version published by the Free Software Foundation; with the
59 Invariant Sections being "GNU General Public License", the Front-Cover
60 texts being (a) (see below), and with the Back-Cover Texts being (b)
61 (see below). A copy of the license is included in the man page
62 gfdl(7).
63
64 (a) The FSF's Front-Cover Text is:
65
66 A GNU Manual
67
68 (b) The FSF's Back-Cover Text is:
69
70 You have freedom to copy and modify this GNU Manual, like GNU
71 software. Copies published by the Free Software Foundation raise
72 funds for GNU development.
73
74
75
76gcc-4.1.2 2007-09-25 JCF-DUMP(1)