What is the difference between .jar and .zipx?
- Extension
- .jar
- .zipx
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Oracle
- PKWARE, Inc.
- Description
- A JAR file is a Java archive (JAR) file used by the Java Runtime Environment (JRE), a framework used for executing Java programs. JAR files may serve as program libraries or as standalone programs that run if the JRE is installed on the computer or mobile device.
- WinZip, starting with version 12.1, uses the extension .zipx for ZIP files that use compression methods newer than DEFLATE; specifically, methods BZip, LZMA, PPMd, Jpeg and Wavpack. The last 2 are applied to appropriate file types when "Best method" compression is selected.
- MIME Type
- application/java-archive
- application/zip
- Wikipedia
- .jar on Wikipedia
- .zipx on Wikipedia