RAR archives with java [closed]

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


Solution 1:

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

Solution 2:

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

Solution 3:

I think this will help you.

raroscope

A pure Java library for scanning and enumerating RAR archive contents