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.
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.
Agile software developer living in Bayonet Point, FL. Married to a wonderful wife and father of two beautiful beautiful daughters, we share our home with a dog, 3 cats, and all of my computer and music equipment.
1 Comments:
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.
By
Trevor Harmon, at 6:15 PM
Post a Comment
Links to this post:
Create a Link
<< Home