JAR (ARJ Software)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|j}} }} '''JAR''' is a file archiving and compression utility, and associated file format. It was develo...") |
(Corrected an error copied from the File command) |
||
Line 3: | Line 3: | ||
|subcat=Archiving | |subcat=Archiving | ||
|extensions={{ext|j}} | |extensions={{ext|j}} | ||
+ | |released=~1996 | ||
}} | }} | ||
'''JAR''' is a file archiving and compression utility, and associated file format. It was developed by ARJ Software, as the successor to [[ARJ]]. It is not related to the [[Jar|Java archive JAR format]]. | '''JAR''' is a file archiving and compression utility, and associated file format. It was developed by ARJ Software, as the successor to [[ARJ]]. It is not related to the [[Jar|Java archive JAR format]]. | ||
== Identification == | == Identification == | ||
− | + | The following signature appears at offset 14: {{magic|0x1a 'J' 'a' 'r' 0x1b 0x00}}. | |
+ | |||
+ | For more information, see the TECHNOTE file included with the software. | ||
+ | |||
+ | == Software == | ||
+ | * [https://www.sac.sk/download/pack/jar102x.exe JAR v1.02] - Includes software for DOS and Windows console | ||
== Links == | == Links == | ||
* [http://www.arjsoftware.com/jar.htm JAR website] | * [http://www.arjsoftware.com/jar.htm JAR website] | ||
− |
Revision as of 12:26, 9 September 2020
JAR is a file archiving and compression utility, and associated file format. It was developed by ARJ Software, as the successor to ARJ. It is not related to the Java archive JAR format.
Identification
The following signature appears at offset 14: 0x1a 'J' 'a' 'r' 0x1b 0x00
.
For more information, see the TECHNOTE file included with the software.
Software
- JAR v1.02 - Includes software for DOS and Windows console