What is the difference between .jar and .tar.lzo?
- Extension
- .jar
- .tar.lzo
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Oracle
- Markus F.X.J. Oberhumer
- 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.
- Lzop is a file compressor very similar to gzip. lzop favors speed over compression ratio.
- MIME Type
- application/java-archive
- application/x-lzop-compressed-tar
- Sample
- sample.tar.lzo
- Wikipedia
- .jar on Wikipedia
- .tar.lzo on Wikipedia