jfor.org

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-archive

What's a MIME type?

The technical record

For archivists, developers and the merely curious: these are the PRONOM registry entries for .jar.

Format nameVersionMIME typePUID
Java Archive Formatโ€”application/java-archivex-fmt/412

Got another one?