GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
jclassinfo(1) utils jclassinfo(1)

jclassinfo - Provides information for Java class files.

jclassinfo [option] {classname | filename}

jclassinfo reads a class file and provides all sorts of information about it.

Output help information and exit.
Output version information and exit.
The path used to search for VM bootstrap classes.
The path used to search for the class if a class name is given.
Output xml (experimental).
Prints all information for the class.
Prints some general information about the class.
Print constant pool.
The visibility to use when printing class fields/methods.
Print fields.
Print methods.
Enable code disassembly for methods (if compiled with disassembly support).
Show exception table and max stack and max locals for methods.
Show line numbers and local variables for methods.
Print class attributes.
Print packages referenced.
Print classes/interfaces referenced.
Print methods referenced.
Find the file(s) that contains the given class(es).
Scan dependencies recursively.
Supress status messages.

No configuration files for the time being.

CLASSPATH is used to find classes if a class name is given instead of the filename. The --classpath option can be used to override this.

JAVA_HOME is used to find the default bootstrap classpath. The default bootstrap classes are assumed to be in JAVA_HOME/jre/lib/rt.jar. The --bootclasspath option can be used to override this.

To see what packages a class uses:

jclassinfo --packages /usr/share/java/MyClass.class

To see what packages the classes in myproject folder use:

jclassinfo --packages myproject/*.class

Nicos Panayides <anarxia@gmx.net>

Report bugs in

http://sourceforge.net/tracker/?group_id=74004&atid=539646

javap(1), jcf-dump(1)

0.18 jclassinfo

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.