What is the difference between .jar and .tbz2?
- Extension
- .jar
- .tbz2
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Oracle
- Bzip2
- 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.
- File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
- MIME Type
- application/java-archive
- application/x-bzip2
- Wikipedia
- .jar on Wikipedia
- .tbz2 on Wikipedia