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. file can be - then jclassinfo reads a classfile from standard input.
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
0.19 | jclassinfo |