4176N/A." Copyright (c) 2004, 2011, Oracle
and/or its affiliates. All rights reserved.
0N/A." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A." This code is free software; you can redistribute it
and/or modify it
0N/A." under the terms of the GNU General Public License version 2 only, as
0N/A." published by the Free Software Foundation.
0N/A." This code is distributed in the hope that it will be useful, but WITHOUT
0N/A." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A." version 2 for more details (a copy is included in the LICENSE file that
0N/A." accompanied this code).
0N/A." You should have received a copy of the GNU General Public License version
0N/A." 2 along with this work; if not, write to the Free Software Foundation,
0N/A." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2362N/A." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4176N/A.TH unpack200 1 "10 May 2011"
0N/Aunpack200 \- JAR Unpacking tool
0N/A\f4unpack200\fP\f2 [ \fP\f2options\fP ] \f2input\-file\fP \f2JAR\-file\fP
0N/AOptions may be in any order. The last option on the command line supersedes all previously specified options.
0N/AName of the input file, which can be a pack200 gzip file or a pack200 file. The input could also be JAR file produced by pack200(1) with an effort of 0. In this case the contents of the input file will be copied to the output JAR file with the Pack200 marker.
0N/AName of the output JAR file.
0N/A\f2unpack200\fP is a native implementation that transforms a packed file produced by \f2pack200\fP(1) into a JAR file. Typical usage:
0N/A\f4\-Hvalue \-\-deflate\-hint=\fP\f2value\fP
0N/ASets the deflation to be \f2true\fP, \f2false\fP, or \f2keep\fP on all entries within a JAR file. The default mode is \f2keep\fP. If \f2true\fP or \f2false\fP, overrides the default behavior and sets the deflation mode on all entries within the output JAR file.
0N/A\f4\-r \-\-remove\-pack\-file\fP
0N/ARemoves the input packed file.
0N/A\f4\-v \-\-verbose\fP
0N/AOutputs minimal messages. Multiple specification of this option will output more verbose messages.
0N/ASpecifies quiet operation with no messages.
0N/A\f4\-lfilename \-\-log\-file=\fP\f2filename\fP
0N/ASpecifies a log file to output messages.
4176N/APrints help information about this command.
4176N/APrints version information about this command.
4176N/APasses \f2option\fP to the Java launcher called by \f2unpack200\fP.
0N/AThe following exit values are returned:
0N/A\f2\ 0\fP if successful completion;
0N/A\f2>0\fP if an error occurred.
1178N/A\f2Java SE Documentation\fP @
0N/A\f2Java Deployment Guide \- Pack200\fP @
1178N/Ajarsigner(1) \- JAR Signer tool
1178N/A\f2attributes(5)\fP man page
0N/AThis command should not be confused with \f2unpack(1)\fP. They are distinctly separate products.
1178N/AThe Java SE API Specification provided with the JDK is the superseding authority, in case of discrepancies.