blob: 4e4fa4b791fc7177944ce8d2f5dea86c135d7a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ChangeLog for dev-java/jad
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-java/jad/ChangeLog,v 1.1 2002/04/13 13:59:36 karltk Exp $
*jad-1.5.8d (13 Apr 2002)
13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
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).
|