File file = new File("C:\\bild.zip");try{ ZipFile zfile = new ZipFile(file);}catch (ZipException e){ e.printStackTrace();}catch (IOException e){ e.printStackTrace();}