Zum Hauptinhalt springen
🇬🇧 English 🇪🇸 Español 🇧🇷 Português
Bildkonverter Videokonverter Audiokonverter Dokumentkonverter
Werkzeuge Anleitungen Formate Preise API
Anmelden
JAR file
jar
Dateiformat

Über JAR-Dateien

Java Archiv

Veröffentlicht 1996 Von Sun Microsystems

Das JAR-Format ist eine Dateispezifikation, die in verschiedenen professionellen und privaten Kontexten verwendet wird. Wandle JAR-Dateien online und kostenlos zu anderen kompatiblen Formaten mit dem KaijuConverter um — keine Anmeldung, keine Software-Installation, sicher und privat. Die Verarbeitung erfolgt in der Cloud mit Verschlüsselung während der Übertragung und automatischer Löschung nach zwei Stunden.

Familie

Archives & Compressed

Erweiterung

.jar

MIME-Typ

application/java-archive

Kann verwendet werden als

Eingabe
Die Geschichte

WIE DAS
FORMAT JAR ENTSTAND.

JAR — Java ARchive — shipped with Java 1.1 in 1997 as the standard packaging format for Java applications and applets. A JAR is a ZIP file with specific conventions: the META-INF/MANIFEST.MF declares the main class, supporting libraries go in the archive root, and optional cryptographic signatures live in META-INF too. Sun’s goal: one file to download, one JVM to execute it.

For 25 years JAR was the universal Java distribution format. Applets in browsers, enterprise apps on Java EE servers, Minecraft mods, Android bytecode before DEX conversion — all JAR. Modern Java (9+) introduced JMOD for modular applications, but JAR remains the dominant format. Every major IDE’s output, every Maven/Gradle artifact, every Spring Boot fat-JAR (which bundles the whole app and its dependencies into one executable JAR) is still a JAR file.

WISSENSWERTES UND
INTERESSANTE FAKTEN.

01

A JAR is a ZIP archive with a mandatory META-INF/MANIFEST.MF declaring what class to run with `java -jar file.jar`.

02

Minecraft Java Edition's core game, every mod, and every modpack launcher ship as JAR files — hundreds of millions of downloads.

03

Spring Boot "fat JARs" bundle the entire application plus its dependencies and an embedded Tomcat — single-file web services.

04

Before Android, JAR files ran as-is on Java ME phones — the precursor to today's app stores.

05

The Java applet era (1996-2015) made JAR files in browsers a common sight before browser vendors killed NPAPI plugins.

VORTEILE UND
EINSCHRÄNKUNGEN.

Vorteile

  • Universal Java distribution since 1997.
  • Self-contained: one file holds code, resources, and signatures.
  • Executable via `java -jar` with zero setup beyond a JVM.
  • Cryptographic signing for code provenance.
  • Nested JARs supported (common in Spring Boot).

Einschränkungen

  • Requires a JVM to run.
  • Java applet era left a security-scare legacy; browsers no longer execute JARs.
  • Native code distribution (JNI) complicates cross-platform JARs.
  • Modular Java (JPMS, 2017) introduced JMOD as a partial successor.

Typische Dateigrößen

Small utility library

50-500 KB

Spring Boot fat JAR

15-80 MB

Minecraft client

~5 MB (plus assets)

Technische Spezifikationen

MIME type
application/java-archive
Extension
.jar
Container
ZIP with META-INF/MANIFEST.MF
Variants
.war (web), .ear (enterprise), .jmod (modular)
Compression
Deflate (ZIP default)

UMWANDELN VON
JAR

Häufige Anwendungsfälle

Java applications, libraries

Verwandte Formate

Beliebte Vergleiche

Beliebte JAR-Umwandlungen

Die meistgesuchten Ziele beim Umwandeln von JAR-Dateien.

Häufig gestellte Fragen zu JAR

Häufig gestellte Fragen

JAR (Java Archive) is an archive Format used to bundle multiple Dateien und folders in einem single komprimiert file. The archive preserves the directory structure und typically reduces total size via Komprimierung. JAR sits im archives & komprimiert family und has specific strengths around Komprimierung ratio, speed, oder Plattform support.

7-Zip, WinRAR, The Unarchiver (macOS), und the built-in archive utilities auf Windows und macOS öffnen most JAR files. für command-line extraction, 7z, unar, oder the Format-specific tool handles JAR cleanly. If your extractor does not recognise JAR, umwandeln to ZIP first — ZIP opens on every operating system ohne extra Software.

Upload the JAR to KaijuConverter und pick ZIP, 7Z, TAR.GZ, oder RAR als das target. Our pipeline extracts the original archive und re-compresses the contents in the target Format. Datei permissions, timestamps, und directory structure are preserved where both Formate support them.

Depends auf dem goal. ZIP is the universell baseline — every OS extracts it out des box. Formate like 7Z oder TAR.GZ compress better aber require specific Werkzeuge. JAR may win on Komprimierung ratio, password support, oder OS integration für specific workflows; ZIP wins on raw Kompatibilität.

Wir verwenden Cookies und ähnliche Technologien, um Inhalte und Anzeigen zu personalisieren und Datenverkehr zu analysieren. Mehr über Cookies erfahren.