Re: Creating a Jar file at runtime..
Posted By:
Tim_Rohaly
Posted On:
Sunday, April 22, 2001 06:50 PM
Use java.util.jar.JarOutputStream to do this.
Re: Creating a Jar file at runtime..
Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, March 30, 2001 09:59 AM
Arun,
You should take a look to the two packages java.util.zip and java.util.jar. They are exactly what are you looking for.