import org.apache.tools.zip.ZipOutputStream;
import org.apache.tools.zip.*;我利用Ant.jar 类库中的zip类 进行解压。可是当我在zip.class中 import 上面两句就出错:javax.servlet.ServletException: Unresolved compilation problems: 
The import org.apache.tools cannot be resolved
The import org.apache.tools cannot be resolved
ZipOutputStream cannot be resolved or is not a type
ZipOutputStream cannot be resolved or is not a type
。java.lang.Error: Unresolved compilation problems: 
The import org.apache.tools cannot be resolved
The import org.apache.tools cannot be resolved
ZipOutputStream cannot be resolved or is not a type
ZipOutputStream cannot be resolved or is not a type
。请教高手,这是怎么回事呢? 
我想解压一个包含中文的zip包。请问还有什么更好的办法?