NAME
unpack200 - JAR Unpacking tool
SYNOPSIS
uunnppaacckk220000 [ OPTIONS ] input-file JAR-file
PPAARRAAMMEETTEERRSS The options may be in any order. The last option on the command line supersedes all previously specified options. For a discussion of theoptions, see OPTIONS below.
input-file
name 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.JAR-file
name of the output JAR file.DESCRIPTION
The unpack200 tool is a native implementation that transforms a packed
file produced by pack200(1) into a JAR file. Typical usage:%% uunnppaacckk220000 mmyyaarrcchhiivvee..ppaacckk..ggzz mmyyaarrcchhiivvee..jjaarr
In this example, the myarchive.jar is produced from myarchive.pack.gzusing the default unpack200 settings.
OOPPTTIIOONNSS-HHvalue --ddeeffllaattee-hhiinntt==value
Sets the deflation to be true, false, or keep on all entries within a JAR file. The default mode is keep. If true or false, overrides the default behavior and sets the deflation mode on all entries within the output JAR file. NonStandard Options-rr --rreemmoovvee-ppaacckk-ffiillee
Removes the input packed-file.
-vv --vveerrbboossee
Outputs minimal messages, multiple specification of this option will output more verbose messages.-qq --qquuiieett
Specifies quiet operation with no messages.-llfilename --lloogg-ffiillee==filename
Specifies a log file to output messages. EEXXIITT SSTTAATTUUSS The following exit values are returned: 00 SSuucccceessssffuull ccoommpplleettiioonn.. >>00 AAnn eerrrroorr ooccccuurrrreedd..SEE ALSO
ppaacckk220000(1), jjaarr(1), jjaarrssiiggnneerr(1), aattttrriibbuutteess(5) For API specification and other related information: http://java.sun.com/j2se/5.0/docshttp://java.sun.com/j2se/5.0/docs/guide/deployment/deployment-
guide/pack200.html NNOOTTEESS:: This command should not be confused with uunnppaacckk(1). They are distinctly separate products.The J2SE API Specification provided with the JDK release is the super-
seding authority, in case of discrepancies.14 July 2004 unpack200(1)