Is there a good java API for manipulating RAR archive files someone could recommend? Googling did not turn up anything overwhelmingly convincing.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not constructive by Servy, andrewsi, jonsca, the Tin Man, t0mm13b Oct 10 '12 at 0:03
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You could try JUnRar, "a RAR handling API implemented in pure Java" (quoting the site). |
||||
|
|
|
There is also this fork from SF(@Fabian's answer and this one are forked from an old SF project): |
|||
|
|
|
I think this will help you. A pure Java library for scanning and enumerating RAR archive contents |
|||
|
|


