Compressing & Decompressing 7z file in java

后端 未结 3 1196
清酒与你
清酒与你 2021-01-01 16:12

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

3条回答
  •  时光说笑
    2021-01-01 16:37

    I have used : sevenzipjbinding.jar sevenzipjbinding-Allplatforms.jar

    I am now able to decompress files using these jars.

    Try this link for decompression: http://sourceforge.net/projects/sevenzipjbind/forums/forum/757964/topic/3844899

提交回复
热议问题