本文介绍了压缩&用java解压7z文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用 java 代码将文件压缩为 zip、rar 和 7z 格式.另外我想在指定位置解压缩这些文件.谁能告诉我如何在java中使用7-zip压缩和解压缩文件?
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 compress and decompress files using 7-zip in java?
推荐答案
我用过:Sevenzipjbinding.jarSevenzipjbinding-Allplatforms.jar
I have used : sevenzipjbinding.jar sevenzipjbinding-Allplatforms.jar
我现在可以使用这些 jar 解压缩文件了.
I am now able to decompress files using these jars.
试试这个链接解压:http://sourceforge.net/projects/sevenzipjbind/forums/forum/757964/topic/3844899
这篇关于压缩&用java解压7z文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!