Posted By:
Robert_Lybarger
Posted On:
Friday, December 29, 2006 07:31 PM
The mapping seems to be: jar = org.apache.tools.ant.taskdefs.Jar and unjar = org.apache.tools.ant.taskdefs.Expand
For that matter, a "jar" file is, generally speaking, just a zip file -- so you can use zip/unzip. (A UNIX-oriented tar file, however, is a different beast.) Moreover, openoffice files (*.odt for example) are also just zip files. All of these can be opened directly via, for example, WinZip.