Downloadliste

Projektbeschreibung

Autojar helps create jar files of minimal size from different inputs (classes, external archives, etc.). It starts from one or more given classes (e.g., an applet), recursively searches the bytecode for references to other classes, extracts these classes from the input archives, and copies them to the output. The resulting archive will only contain the classes that are really needed, so the size and loading time of applets can be kept low, and applications can be made independent of installed libraries. In a similar way, Autojar can search directories and archives for other resources like image files, extract them, and copy them to the output.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-08-13 17:08
2.0

Einige Bugs wurden behoben. Ein Eclipse-Plugin ist nun enthalten.
Tags: Minor bugfixes
Some bugs were fixed. An Eclipse plugin is now
included.

2006-06-27 17:47
1.3.1

Kleinere Bugfixes wurden. Die Option-X wurde hinzugefügt, um Dateien und Verzeichnisse auszuschließen. Im ausführlichen Modus, autojar Ausgänge nun eine Liste der Archive, die in den Klassenpfad enthalten sind, aber nie benutzt.
Tags: Minor feature enhancements
Minor bugfixes were made. The -X option was added
to exclude files and directories. In verbose mode,
autojar now outputs a list of archives that are
included in the classpath but never used.

2006-01-24 20:55
1.3

Tags: Initial freshmeat announcement

Project Resources