Re: How to create a platform independant zip file?
Posted By:
Tim_Rohaly
Posted On:
Thursday, May 10, 2001 07:12 AM
Zip files certainly can be extracted
on Unix, using unzip. You can even use
jar -x to unzip them. And why can't you
use the java.util.jar package? A
jar file can be read and written by any platform that
runs Java or zip, so unless you have some exotic
machine like a Univac you shouldn't have any problems.