Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

I think this will help you.

raroscope

A pure Java library for scanning and enumerating RAR archive contents

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top