import modmanager.business.Mod; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.util.zip.ZipException; import java.util.zip.ZipFile; import modmanager.utility.XML; import modmanager.utility.ZIP; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Shirkit */ public class ZipTeste { public static void main(String args[]) throws FileNotFoundException, ZipException, IOException { String s = ""; System.out.println(s.length()); } }