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...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/jarARJ}} | ||
== Links == | == Links == | ||
* [http://www.arjsoftware.com/jar.htm JAR website] | * [http://www.arjsoftware.com/jar.htm JAR website] | ||
− |
Latest revision as of 02:53, 28 December 2023
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.
Contents |
[edit] 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.
[edit] Software
- JAR v1.02 - Includes software for DOS and Windows console