|
NAMEjclassinfo - Provides information for Java class files.SYNOPSISjclassinfo [option] {classname | filename}DESCRIPTIONjclassinfo reads a class file and provides all sorts of information about it.OPTIONS
FILESNo configuration files for the time being.ENVIRONMENTCLASSPATH 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. EXAMPLESTo 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 AUTHORSNicos Panayides <anarxia@gmx.net>REPORTING BUGSReport bugs inhttp://sourceforge.net/tracker/?group_id=74004&atid=539646 SEE ALSOjavap(1), jcf-dump(1)
Visit the GSP FreeBSD Man Page Interface. |