openbsd-ports/devel/jad/pkg/DESCR
kevlo 7a91ac84cc Initial import of jad-1.5.7f
Jad is a fast Java decompiler
2001-01-19 03:13:23 +00:00

10 lines
418 B
Plaintext

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).
WWW: ${HOMEPAGE}