Lines Matching full:jars
34 <li><a href="#applications">All possible applications in the input jars</a></li>
35 <li><a href="#applets">All possible applets in the input jars</a></li>
36 <li><a href="#midlets">All possible midlets in the input jars</a></li>
37 <li><a href="#jcapplets">All possible Java Card applets in the input jars</a></li>
38 <li><a href="#xlets">All possible xlets in the input jars</a></li>
39 <li><a href="#servlets">All possible servlets in the input jars</a></li>
168 other JME environments by picking the appropriate jars.
181 unpacks your processed jars, you should then use ProGuard's <a
460 <h3><a name="applications">All possible applications in the input jars</a></h3>
491 <h3><a name="applets">All possible applets in the input jars</a></h3>
516 <h3><a name="midlets">All possible midlets in the input jars</a></h3>
543 unpacks your processed jars, you should then use ProGuard's <a
556 <h3><a name="jcapplets">All possible Java Card applets in the input jars</a></h3>
579 <h3><a name="xlets">All possible xlets in the input jars</a></h3>
602 <h3><a name="servlets">All possible servlets in the input jars</a></h3>
1010 If you're merging several input jars into a single output jar, you'll have to
1020 ignore any manifest files in the second and third input jars. Note that
1021 ProGuard will leave the order of the files in the jars unchanged; manifest
1170 <code>classes</code> directory and the three jars into a single output jar
1173 If you want to preserve the structure of your input jars (and/or wars, ears,
1183 The input jars will then be reconstructed in the directory <code>out</code>,
1201 This configuration puts the processed contents of all jars inside
1205 If you want to combine input jars (and/or wars, ears, zips, or directories)
1206 into output jars (and/or wars, ears, zips, or directories), you can group the
1220 jars into <code>base_out.jar</code>, and the processed results of the
1232 filtering out zips, ears, wars, jars, and/or ordinary files. For example, if
1260 It is also possible to filter the jars (and/or wars, ears, zips) themselves,
1268 names. In this case, only <code>acme_*.jar</code> jars are read from the
1294 The easiest way is to specify your input jars (and/or wars, ears, zips, and
1306 contain processed versions of application jars, with their original names.
1326 We're reading both unprocessed jars as input. Their processed contents will go
1327 to the respective output jars. The <a