OSDN Git Service

Add linux.x86 linux.x86_64 target
[pizza-ipa-oss/jre.git] / features / jp.pizzafactory.com.sun.jre / rootfiles.linux.x86_64 / jre / man / man1 / unpack200.1
1 ." Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 
2 ."
3 .TH unpack200 1 "06 Apr 2010"
4 ." Generated from HTML by html2man (author: Eric Armstrong)
5
6 .LP
7 .SH "Name"
8 unpack200 \- JAR Unpacking tool
9 .LP
10 .SH "SYNOPSIS"
11 .LP
12
13 .LP
14 .LP
15 \f4unpack200\fP\f2 [ \fP\f2options\fP ] \f2input\-file\fP \f2JAR\-file\fP
16 .LP
17 .LP
18 Options may be in any order. The last option on the command line supersedes all previously specified options.
19 .LP
20 .RS 3
21
22 .LP
23 .RS 3
24 .TP 3
25 input\-file 
26 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. 
27 .TP 3
28 JAR\-file 
29 Name of the output JAR file. 
30 .RE
31
32 .LP
33 .RE
34 .SH "DESCRIPTION"
35 .LP
36
37 .LP
38 .LP
39 \f2unpack200\fP is a native implementation that transforms a packed file produced by \f2pack200\fP(1) into a JAR file. Typical usage:
40 .LP
41 .RS 3
42
43 .LP
44 .LP
45 \f2% unpack200 myarchive.pack.gz myarchive.jar\fP
46 .LP
47 .RE
48 .LP
49 In this example, the \f2myarchive.jar\fP is produced from \f2myarchive.pack.gz\fP using the default \f2unpack200\fP settings.
50 .LP
51 .SH "OPTIONS"
52 .LP
53 .SS 
54 Standard Options
55 .LP
56 .RS 3
57
58 .LP
59 .LP
60 \f4\-Hvalue \-\-deflate\-hint=\fP\f2value\fP
61 .LP
62 .RS 3
63
64 .LP
65 .LP
66 Sets 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.
67 .LP
68 .RE
69 .RE
70 .SS 
71 Non\-Standard Options
72 .LP
73 .RS 3
74
75 .LP
76 .LP
77 \f4\-r \-\-remove\-pack\-file\fP
78 .LP
79 .RS 3
80
81 .LP
82 .LP
83 Removes the input packed file.
84 .LP
85 .RE
86 .LP
87 \f4\-v \-\-verbose\fP
88 .LP
89 .RS 3
90
91 .LP
92 .LP
93 Outputs minimal messages. Multiple specification of this option will output more verbose messages.
94 .LP
95 .RE
96 .LP
97 \f4\-q \-\-quiet\fP
98 .LP
99 .RS 3
100
101 .LP
102 .LP
103 Specifies quiet operation with no messages.
104 .LP
105 .RE
106 .LP
107 \f4\-lfilename \-\-log\-file=\fP\f2filename\fP
108 .LP
109 .RS 3
110
111 .LP
112 .LP
113 Specifies a log file to output messages.
114 .LP
115 .RE
116 .RE
117 .SH "EXIT STATUS"
118 .LP
119
120 .LP
121 .LP
122 The following exit values are returned:
123 .LP
124 .RS 3
125
126 .LP
127 .LP
128 \f2\ 0\fP if successful completion;
129 .LP
130 .LP
131 \f2>0\fP if an error occurred.
132 .LP
133 .RE
134 .SH "SEE ALSO"
135 .LP
136 .RS 3
137 .TP 2
138 o
139 pack200(1) 
140 .TP 2
141 o
142 .na
143 \f2Java SE Documentation\fP @
144 .fi
145 http://java.sun.com/javase/6/docs/index.html 
146 .TP 2
147 o
148 .na
149 \f2Java Deployment Guide \- Pack200\fP @
150 .fi
151 http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/pack200.html 
152 .TP 2
153 o
154 jar(1) \- Java Archive Tool 
155 .TP 2
156 o
157 jarsigner(1) \- JAR Signer tool 
158 .TP 2
159 o
160 \f2attributes(5)\fP man page 
161 .RE
162
163 .LP
164 .SH "NOTES"
165 .LP
166
167 .LP
168 .LP
169 This command should not be confused with \f2unpack(1)\fP. They are distinctly separate products.
170 .LP
171 .LP
172 The Java SE API Specification provided with the JDK is the superseding authority, in case of discrepancies.
173 .LP
174