今天发现不能用Maven里面带的Zip4j依赖1.3.2-1或2,这个包改了一些参数
不要用下面这个依赖:
<dependency>
<groupId>com.github.axet</groupId><artifactId>zip4j</artifactId>
<version>1.3.2-1</version>
</dependency>
可以下载一个包(https://download.csdn.net/download/xcl119xcl/10416257)
下面是一个Java的使用实例,将文件夹压缩。
/*
* Copyright 2010 Srikanth Reddy Lingala
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ