I want to compress a file into zip, rar and 7z format using java code. Also I want to decompress these files at a specified location.
Can anyone please tell me how to compr
SevenZipBinding is great for decompression, it even detects format automaticaly. Problem is it can't compress. You can create zip archives using ZIP4J. It however offers only plain zip. LZMA apparently can compress single files into 7z archives, but I haven't tried it yet.