diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-27 12:30:44 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-27 12:30:44 +0000 |
commit | 941d0a1e11f8691e917afbcb7cba1cc42e9b0ed4 (patch) | |
tree | 5c66967434bec1aedbbaf6aabf0d8727fc220134 /java | |
parent | 0a810b6e63a91593b7bea701e83ee94926a5eb78 (diff) | |
download | ports-941d0a1e11f8691e917afbcb7cba1cc42e9b0ed4.tar.gz ports-941d0a1e11f8691e917afbcb7cba1cc42e9b0ed4.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jad/pkg-descr | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/java/jad/pkg-descr b/java/jad/pkg-descr index 2417a8fa9ec1..609cd83f3386 100644 --- a/java/jad/pkg-descr +++ b/java/jad/pkg-descr @@ -1,7 +1,11 @@ -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, a Java decompiler. This program is able to reads one or more +Java class files and convert them back into Java source files +which can be recompiled. -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). +Jad is a C++ program and it generally works several times faster +than decompilers written in Java. + +No source code is available for this program. Jad is free for +non-commercial use, but not for commercial use. + +WWW: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html |