Download List

项目描述

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 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

修正了已知错误。 Eclipse插件现在已列入。
标签: Minor bugfixes
Some bugs were fixed. An Eclipse plugin is now
included.

2006-06-27 17:47
1.3.1

轻微错误修正了。 - x选项已添加到排除文件和目录。在详细模式,autojar现在产出的档案清单中包含的路径,但从未使用过。
标签: 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

标签: Initial freshmeat announcement

Project Resources