Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RAR archives with java [closed]

Tags:

java

archive

rar

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

like image 930
user54579 Avatar asked Feb 18 '09 13:02

user54579


People also ask

Can Java open RAR files?

RAR is a proprietary archive file format. RAR license does not allow to include it into software development tools like Java SDK. The best way to unrar your files will be using 3rd party libraries such as junrar.

What is Java RAR file?

A resource adapter archive (RAR) is a Java™ archive (JAR) file used to package a resource adapter for the Connector Architecture for WebSphere® Application Server.


3 Answers

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

like image 111
Fabian Steeg Avatar answered Oct 07 '22 19:10

Fabian Steeg


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

like image 24
chubbsondubs Avatar answered Oct 07 '22 20:10

chubbsondubs


I think this will help you.

raroscope

A pure Java library for scanning and enumerating RAR archive contents

like image 24
SANN3 Avatar answered Oct 07 '22 20:10

SANN3