Jar
From Just Solve the File Format Problem
(Difference between revisions)
(→References) |
|||
Line 19: | Line 19: | ||
* [http://docs.oracle.com/javase/7/docs/technotes/guides/jar/jar.html JAR File Specification, version 7] | * [http://docs.oracle.com/javase/7/docs/technotes/guides/jar/jar.html JAR File Specification, version 7] | ||
* [http://docs.oracle.com/javase/7/docs/api/java/util/zip/package-summary.html Package java.util.zip] | * [http://docs.oracle.com/javase/7/docs/api/java/util/zip/package-summary.html Package java.util.zip] | ||
− | * [ftp://ftp. | + | * [ftp://ftp.info-zip.org/pub/infozip/doc/appnote-19970311-iz.zip ZIP specification from Info-ZIP on which the java.util.zip classes are based] |
Revision as of 23:55, 7 November 2012
File Formats | > | Electronic File Formats | > | Compression | > | Jar |
A JAR file is a ZIP file that contains an optional META-INF directory. Within the META-INF directory a manifest file (MANIFEST.MF) has a main section and a list of sections for individual JAR file entries.
Identifiers
- File extension: .JAR