1unpack200(1)                General Commands Manual               unpack200(1)
2
3
4

Name

6       unpack200 - JAR Unpacking tool
7

SYNOPSIS

9       unpack200 [ options ] input-file JAR-file
10
11       Options may be in any order. The last option on the command line super‐
12       sedes all previously specified options.
13
14          input-file
15             Name of the input file, which can be a pack200  gzip  file  or  a
16             pack200  file.  The  input  could  also  be  JAR file produced by
17             pack200(1) with an effort of 0. In this case the contents of  the
18             input file will be copied to the output JAR file with the Pack200
19             marker.
20
21          JAR-file
22             Name of the output JAR file.
23
24

DESCRIPTION

26       unpack200 is a native implementation that transforms a packed file pro‐
27       duced by pack200(1) into a JAR file. Typical usage:
28
29       % unpack200 myarchive.pack.gz myarchive.jar
30
31       In  this  example, the myarchive.jar is produced from myarchive.pack.gz
32       using the default unpack200 settings.
33

OPTIONS

35       -Hvalue --deflate-hint=value
36
37       Sets the deflation to be true, false, or keep on all entries  within  a
38       JAR  file.  The  default  mode is keep. If true or false, overrides the
39       default behavior and sets the deflation mode on all entries within  the
40       output JAR file.
41
42       -r --remove-pack-file
43
44       Removes the input packed file.
45
46       -v --verbose
47
48       Outputs  minimal  messages.  Multiple specification of this option will
49       output more verbose messages.
50
51       -q --quiet
52
53       Specifies quiet operation with no messages.
54
55       -lfilename --log-file=filename
56
57       Specifies a log file to output messages.
58
59       -? -h --help
60
61       Prints help information about this command.
62
63       -V --version
64
65       Prints version information about this command.
66
67       -Joption
68
69       Passes option to the Java launcher called by unpack200.
70

EXIT STATUS

72       The following exit values are returned:
73
74        0 if successful completion;
75
76       >0 if an error occurred.
77

SEE ALSO

79          o pack200(1)
80
81          o Java SE Documentation @
82            http://docs.oracle.com/javase/7/docs/index.html
83
84          o Java Deployment Guide - Pack200 @
85            http://docs.oracle.com/javase/7/docs/technotes/guides/deploy
86            ment/deployment-guide/pack200.html
87
88          o jar(1) - Java Archive Tool
89
90          o jarsigner(1) - JAR Signer tool
91
92          o attributes(5) man page
93
94

NOTES

96       This command should not be confused with unpack(1). They are distinctly
97       separate products.
98
99       The Java SE API Specification provided with the JDK is the superseding
100       authority, in case of discrepancies.
101
102                                  16 Mar 2012                     unpack200(1)
Impressum