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
30 feature 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
46 "--print-constants".
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, 2006, 2007, 2008 Free
54 Software Foundation, 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 no
59 Invariant Sections, the Front-Cover Texts being (a) (see below), and
60 with the Back-Cover Texts being (b) (see below). A copy of the license
61 is included in the man page gfdl(7).
62
63 (a) The FSF's Front-Cover Text is:
64
65 A GNU Manual
66
67 (b) The FSF's Back-Cover Text is:
68
69 You have freedom to copy and modify this GNU Manual, like GNU
70 software. Copies published by the Free Software Foundation raise
71 funds for GNU development.
72
73
74
75gcc-4.4.7 2012-03-13 JCF-DUMP(1)