1 .\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13
4 .\" ========================================================================
5 .de Sh \" Subsection heading
13 .de Sp \" Vertical space (when we can't use .PP)
17 .de Vb \" Begin verbatim text
22 .de Ve \" End verbatim text
26 .\" Set up some character translations and predefined strings. \*(-- will
27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28 .\" double quote, and \*(R" will give a right double quote. | will give a
29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
30 .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
31 .\" expand to `' in nroff, nothing in troff, for use with C<>.
33 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
37 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
38 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
51 .\" If the F register is turned on, we'll generate index entries on stderr for
52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
53 .\" entries marked with X<> in POD. Of course, you'll have to process the
54 .\" output yourself in some meaningful fashion.
57 . tm Index:\\$1\t\\n%\t"\\$2"
63 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64 .\" way too many mistakes in technical documents.
68 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
69 .\" Fear. Run. Save yourself. No user-serviceable parts.
70 . \" fudge factors for nroff and troff
79 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
85 . \" simple accents for nroff and troff
95 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
96 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
97 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
98 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
99 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
100 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
102 . \" troff and (daisy-wheel) nroff accents
103 .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
104 .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
105 .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
106 .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
107 .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
108 .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
109 .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
110 .ds ae a\h'-(\w'a'u*4/10)'e
111 .ds Ae A\h'-(\w'A'u*4/10)'E
112 . \" corrections for vroff
113 .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
114 .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
115 . \" for low resolution devices (crt and lpr)
116 .if \n(.H>23 .if \n(.V>19 \
129 .\" ========================================================================
132 .TH JAR 1 "2004-09-06" "gcc-3.4.2" "GNU"
134 jar \- archive tool for Java archives
136 .IX Header "SYNOPSIS"
137 jar \fB\-ctxu\fR [\fB\s-1OPTIONS\s0\fR] [\fIjar-file\fR] [\fImanifest-file\fR] [\fB\-C\fR \fIdir\fR] \fIfiles\fR...
139 .IX Header "DESCRIPTION"
140 \&\f(CW\*(C`fastjar\*(C'\fR is an implementation of Sun's jar utility that comes with
141 the \s-1JDK\s0, written entirely in C, and runs in a fraction of the time while
142 being feature compatible.
144 If any file is a directory then it is processed recursively. The
145 manifest file name and the archive file name needs to be specified in
146 the same order the \fB\-m\fR and \fB\-f\fR flags are specified.
149 Exactly one of the following actions must be specified:
155 List table of contents for archive.
158 Extract named (or all) files from archive.
161 Update existing archive. This option is disabled due to bugs (currently
162 fails with exit status 1 and does nothing).
164 The following parameters are optional:
167 Read the names of the files to add to the archive from stdin. This
168 option is supported only in combination with \fB\-c\fR or \fB\-u\fR.
169 Non standard option added in the \s-1GCC\s0 version.
170 .IP "\fB\-C\fR \fIdirectory\fR" 4
171 .IX Item "-C directory"
172 Change to the \fIdirectory\fR and include the following file.
175 Prevent fastjar from reading the content of a directory when specifying
176 one (and instead relying on the provided list of files to populate the
177 archive with regard to the directory entry). Non standard option added
178 in the \s-1GCC\s0 version.
181 Do not create a manifest file for the entries.
184 Store only; use no \s-1ZIP\s0 compression.
188 .IP "\fB\-\-version\fR" 4
191 Display version information.
192 .IP "\fB\-f\fR \fIarchive\fR" 4
193 .IX Item "-f archive"
194 Specify archive file name.
195 .IP "\fB\-m\fR \fImanifest\fR" 4
196 .IX Item "-m manifest"
197 Include manifest information from specified \fImanifest\fR file.
200 Generate verbose output on standard output.
202 All remaining options are considered to be names of files.
204 .IX Header "SEE ALSO"
205 \&\fIgcj\fR\|(1), \fIgij\fR\|(1), \fIgrepjar\fR\|(1)
206 and the Info entry for \fIgcj\fR.
208 .IX Header "COPYRIGHT"
209 Copyright (C) 2002 Matthias Klose
211 Permission is granted to copy, distribute and/or modify this document
212 under the terms of the \s-1GNU\s0 General Public License as published by the
213 Free Software Foundation; either version 2, or (at your option) any
214 later version. A copy of the license is included in the
215 man page \fIgpl\fR\|(7).