RAR archives with java [closed]
Asked Answered
D

3

22

Is there a good java API for manipulating RAR archive files someone could recommend? Googling did not turn up anything overwhelmingly convincing.

Diorama answered 18/2, 2009 at 13:50 Comment(1)
Manipulating, no, because RAR is a closed format. You are allowed to unrar stuff as a developer, but that's about it. Note: I am not a lawyer, but just somebody that went the same path and walked into this one myself.Trigonometry
M
22

You could try JUnRar, "a RAR handling API implemented in pure Java" (quoting the site).

Myopic answered 18/2, 2009 at 13:58 Comment(0)
R
4

There is also this fork from SF(@Fabian's answer and this one are forked from an old SF project):

https://github.com/jukka/java-unrar

Reckoner answered 15/9, 2011 at 16:3 Comment(0)
P
2

I think this will help you.

raroscope

A pure Java library for scanning and enumerating RAR archive contents

Pinafore answered 29/8, 2012 at 12:52 Comment(2)
As of 2017 it cannot yet unrar, but it was the only updated this yearBulwark
As of 2019 it cannot unrar. The reason may be because of the license of rar filesMcclenaghan

© 2022 - 2024 — McMap. All rights reserved.