2005-05-27 06:31:55 +02:00
|
|
|
Fastjar is a version of Sun's `jar' utility, written entirely in C,
|
|
|
|
and therefore quite a bit faster. Fastjar can be up to 100x faster
|
|
|
|
than the stock `jar' program running without a JIT. Currently,
|
|
|
|
the author is working on adding all the features present in the Sun
|
|
|
|
utility. At the moment, implemented features are:
|
2000-03-25 01:12:37 +01:00
|
|
|
|
2005-05-27 06:31:55 +02:00
|
|
|
* Archive creation
|
|
|
|
* Verbose/quiet output
|
|
|
|
* stdout vs. file output
|
|
|
|
* Manifest file support
|
|
|
|
* Deflation or storage
|
|
|
|
* Changing to a dir and adding files (-C)
|
|
|
|
* Archive content listing (-t)
|
|
|
|
* Archive extraction (-x)
|
|
|
|
|
2006-08-09 02:10:34 +02:00
|
|
|
WWW: http://savannah.nongnu.org/projects/fastjar
|
|
|
|
http://fastjar.sourceforge.net/
|