freebsd-ports/java/jad/pkg-descr
Patrick S. Gardella 5fc20865bd Add jad 1.5.7f,jad - the fast JAva Decompiler.
PR:		21604
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-01-03 19:54:20 +00:00

7 lines
400 B
Text

Jad is a Java decompiler, i.e. program that reads one or more Java class files
and converts them into Java source files which can be compiled again.
Jad is a 100% pure C++ program and it generally works several times faster than
decompilers written in Java. Jad doesn't use the Java runtime for its
functioning, therefore no special setup is required (like changes to the
CLASSPATH variable).