Posted on February 1st, 2005
Pretty straightforward tip – if you have a jar file you want to decompress, don’t have WinZip, but do have Cygwin, just rename the file with a .zip extension and use unzip in Cygwin to decompress it.
This entry was posted on Tuesday, February 1st, 2005 and is filed under Uncategorized. You can follow any responses to this entry through RSS 2.0.
You can leave a response, or trackback from your own site.
Leave a Reply
You don’t even need to bother renaming the file. However, you probably do want to exclude the manifest file, since that’s what jar does. Just add “-x META-INF/MANIFEST.MF” to the end of the unzip command.