Jar
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Sun) |
|||
Line 5: | Line 5: | ||
|pronom={{PRONOM|x-fmt/412}} | |pronom={{PRONOM|x-fmt/412}} | ||
}} | }} | ||
+ | :''This article is about the Java format. For another JAR format, see [[JAR (ARJ Software)]]''. | ||
+ | |||
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. Jar files are used to store and transfer multiple [[Java]] applets and their associated files. | 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. Jar files are used to store and transfer multiple [[Java]] applets and their associated files. | ||
Revision as of 15:27, 22 September 2018
- This article is about the Java format. For another JAR format, see JAR (ARJ Software).
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. Jar files are used to store and transfer multiple Java applets and their associated files.
Identifiers
- File extension: .JAR