jdk/src/linux/doc/man/jar.1
changeset 5865 47da38a8c0f0
parent 5506 202f599c92aa
child 9573 c02ff5a7c67b
equal deleted inserted replaced
5864:139d7bcab730 5865:47da38a8c0f0
     1 ." Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
     1 ." Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 ."
     3 ."
     4 ." This code is free software; you can redistribute it and/or modify it
     4 ." This code is free software; you can redistribute it and/or modify it
     5 ." under the terms of the GNU General Public License version 2 only, as
     5 ." under the terms of the GNU General Public License version 2 only, as
     6 ." published by the Free Software Foundation.
     6 ." published by the Free Software Foundation.
    17 ."
    17 ."
    18 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    18 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19 ." or visit www.oracle.com if you need additional information or have any
    19 ." or visit www.oracle.com if you need additional information or have any
    20 ." questions.
    20 ." questions.
    21 ."
    21 ."
    22 .TH jar 1 "04 May 2009"
    22 .TH jar 1 "02 Jun 2010"
    23 ." Generated from HTML by html2man (author: Eric Armstrong)
       
    24 
    23 
    25 .LP
    24 .LP
    26 .SH "Name"
    25 .SH "Name"
    27 jar\-The Java Archive Tool
    26 jar\-The Java Archive Tool
    28 .LP
    27 .LP
   181 .fi
   180 .fi
   182 .RE
   181 .RE
   183 
   182 
   184 .LP
   183 .LP
   185 .LP
   184 .LP
   186 Beginning with version 1.3 of the Java 2 SDK, the \f2jar\fP utility supports 
   185 Beginning with version 1.3 of the JDK, the \f2jar\fP utility supports 
   187 .na
   186 .na
   188 \f2JarIndex\fP @
   187 \f2JarIndex\fP @
   189 .fi
   188 .fi
   190 http://java.sun.com/javase/6/docs/technotes/guides/jar/jar.html#JAR%20Index, which allows application class loaders to load classes more efficiently from jar files. If an application or applet is bundled into multiple jar files,\  only the necessary jar files will be downloaded and opened to load classes. This performance optimization is enabled by running \f2jar\fP with the \f2\-i\fPoption. It will generate package location information for the specified main jar file and all the jar files it depends on, which need to be specified in the \f2Class\-Path\fP attribute of the main jar file's manifest.
   189 http://java.sun.com/javase/6/docs/technotes/guides/jar/jar.html#JAR%20Index, which allows application class loaders to load classes more efficiently from jar files. If an application or applet is bundled into multiple jar files,\  only the necessary jar files will be downloaded and opened to load classes. This performance optimization is enabled by running \f2jar\fP with the \f2\-i\fPoption. It will generate package location information for the specified main jar file and all the jar files it depends on, which need to be specified in the \f2Class\-Path\fP attribute of the main jar file's manifest.
   191 .LP
   190 .LP
   693 .fi
   692 .fi
   694 http://java.sun.com/docs/books/tutorial/jar on the Java Software web site.
   693 http://java.sun.com/docs/books/tutorial/jar on the Java Software web site.
   695 .br
   694 .br
   696 
   695 
   697 .LP
   696 .LP
   698 pack200(1) 
   697 pack200(1)  
   699 .LP
       
   700