zipping or compressing a folder

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
[184 byte] By [ravisenana] at [2007-10-3 1:47:48]
# 1
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
icewalker2ga at 2007-7-14 18:46:09 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Hi icewalker,Thanks for your valuable reply.The JarUtilities file works fine.Thanks and RegardsRavisenan
ravisenana at 2007-7-14 18:46:09 > top of Java-index,Desktop,Developing for the Desktop...