Hi all, I want to compress or zip a folder, that contains several folders and files in it.how to do that in java.Please help me...Thanks in advanceRavisenan
You'll need to use the java.util.zip.*; package as well as the java.util.Jar* classes.You may also download JarUtilities from http://www.geocities.com/icewalker2g which is a convinient class for making compressed zip and jar archieves.ICE