| 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]
|
 |
 |
|
|
subject: Uncompress RAR file using JAVA
|
|
|