Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

Alguns bugs foram corrigidos. Um plugin Eclipse agora está incluído.
Tags: Minor bugfixes
Some bugs were fixed. An Eclipse plugin is now
included.

2006-06-27 17:47
1.3.1

Minor bugfixes foram feitas. A opção-X foi adicionado ao excluir arquivos e diretórios. No modo detalhado, autojar agora gera uma lista de arquivos que estão incluídos no classpath, mas nunca utilizado.
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