1FASTJAR(1)                            GNU                           FASTJAR(1)
2
3
4

NAME

6       fastjar - archive tool for Java archives
7

SYNOPSIS

9       fastjar -ctxu [OPTIONS] [jar-file] [manifest-file] [-C dir] files...
10

DESCRIPTION

12       "fastjar" is an implementation of Sun's jar utility that comes with the
13       JDK, written entirely in C, and runs in a fraction of the time while
14       being feature compatible.
15
16       If any file is a directory then it is processed recursively.  The
17       manifest file name and the archive file name needs to be specified in
18       the same order the -m and -f flags are specified.
19

OPTIONS

21       Exactly one of the following actions must be specified:
22
23       -c  Create new archive.
24
25       -t  List table of contents for archive.
26
27       -x  Extract named (or all) files from archive.
28
29       -u  Update existing archive.
30
31       The following parameters are optional:
32
33       -@  Read the names of the files to add to the archive from stdin.  This
34           option is supported only in combination with -c or -u.  Non
35           standard option added in the GCC version.
36
37       -C directory
38           Change to the directory and include the following file.
39
40       -E  Prevent fastjar from reading the content of a directory when
41           specifying one (and instead relying on the provided list of files
42           to populate the archive with regard to the directory entry). Non
43           standard option added in the GCC version.
44
45       -M  Do not create a manifest file for the entries.
46
47       -i  Generate an index of the packages in this jar and its Class-Path.
48
49       -J  All options starting with -J are ignored.
50
51       -0  Store only; use no ZIP compression.
52
53       -V
54       --version
55           Display version information.
56
57       -f archive
58           Specify archive file name.
59
60       -m manifest
61           Include manifest information from specified manifest file.
62
63       -v  Generate verbose output on standard output.
64
65       Parameters of the form @option{@}FILE are considered to be names of
66       files, and are expanded with the contents of the file.
67
68       All remaining options are considered to be names of files.
69

SEE ALSO

71       gcj(1), gij(1), grepjar(1) and the Info entry for gcj.
72
74       Copyright (C) 2002, 2007, 2008 Matthias Klose
75
76       Permission is granted to copy, distribute and/or modify this document
77       under the terms of the GNU General Public License as published by the
78       Free Software Foundation; either version 2, or (at your option) any
79       later version. A copy of the license is included in the man page
80       gfdl(7).
81
82
83
840.97                              2008-10-16                        FASTJAR(1)
Impressum