Is there a good java API for manipulating RAR archive files someone could recommend? Googling did not turn up anything overwhelmingly convincing.
RAR archives with java [closed]
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
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
As of 2017 it cannot yet unrar, but it was the only updated this year –
Bulwark
As of 2019 it cannot unrar. The reason may be because of the license of rar files –
Mcclenaghan
© 2022 - 2024 — McMap. All rights reserved.