aspose file tools
The moose likes Java in General and the fly likes Uncompress RAR file using JAVA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Uncompress RAR file using JAVA" Watch "Uncompress RAR file using JAVA" New topic
Author

Uncompress RAR file using JAVA

Rudy Rusli
Ranch Hand

Joined: Jun 01, 2006
Posts: 114
Can JAVA be used to uncompress RAR file?

Thanks.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8290

There's nothing in the API for RAR, but you can use Runtime.exec() to run a native RAR executable. A Google search turns up several third party libraries as well.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Uncompress RAR file using JAVA
 
Similar Threads
opening RAR file
RAR
uncompress cpio using java
Reading rar file without extracting it
Need help to install Eclipse on AIX-Unix