I want to use Java to compress a folder to a tar file (in programmatic way). I think there must be an open source or library to do it. However, I cannot find such method.
Alternatively, could I make a zip file and rename its extended name as .tar?
Anyone could suggest a library to do it? Thanks!
You can use the jtar – Java Tar library.
Taken from their site:
An example, also from their site: