Whats the zip-problem?

You want to create a simple zipfile and always have to google
and try to figure out what this and that means instead of simple writing:

ZipFile zip = new ZipFile("/home/Cy/yourzip.zip");
zip.add("/home/Cy/yourfile1.zip");
zip.add("/home/Cy/yourfile2.zip");
zip.create();

No problem at all, but after 5 projects i have 5 different interfaces for the same problem. Looking at commons i found compress, so i thought this would be a great place to start.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to