Archive
What is a .jar file?
A .jar file is a Java Archive Format. This is an archive โ a container holding other files, usually compressed.
How to open a .jar file
- 7-Zip (Windows) or Keka / The Unarchiver (Mac) extract most archive formats, including old ones.
- On Linux, try `7z x`, `unar` or Ark.
The registry records this extension against Java Archive Format, so software from that family is the most likely match.
How to convert a .jar file
- Extract the contents, then re-compress as .zip if you need to share them widely.
MIME type
When a .jar file travels over the web, servers label it with this MIME type:
application/java-archiveThe technical record
For archivists, developers and the merely curious: these are the PRONOM registry entries for .jar.
| Format name | Version | MIME type | PUID |
|---|---|---|---|
| Java Archive Format | โ | application/java-archive | x-fmt/412 |