Creates new ZipFileTester
paramargs the command line arguments try { ZipFile zip = new ZipFile("C:\\temp\\petstore.ear", "C:\\temp\\petstore"); java.util.List l = zip.explode(); System.out.println("**** Filelist ****\n" + l); } catch(Exception e) { System.out.println("error: " + e); e.printStackTrace(); }
try { ZipFile zip = new ZipFile("C:\\temp\\petstore.ear", "C:\\temp\\petstore"); java.util.List l = zip.explode(); System.out.println("**** Filelist ****\n" + l); } catch(Exception e) { System.out.println("error: " + e); e.printStackTrace(); }