Solving Chinese garbled code in Java compressed file
Introducing Maven dependency
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</dependency>
Click here to view all versions of ant on Maven’s official website
Using ant.jar class in ant
import org.apache.tools.zip.ZipEntry;
import org.apache.tools.zip.ZipOutputStream;
Replace the class in JDK API
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;