Jar
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
|||
Line 11: | Line 11: | ||
== Identifiers == | == Identifiers == | ||
* File extension: '''.JAR''' | * File extension: '''.JAR''' | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/archive/jar/ | ||
== References == | == References == |
Revision as of 15:06, 25 December 2022
- This article is about the Java format. For other JAR formats, see JAR (ARJ Software) and JARCS.
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