Created
August 26, 2016 12:24
-
-
Save gbraccialli/793048f02c3a780bd672b457798fdd2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir aux | |
#cp your jar to aux | |
cd aux | |
jar xf file_original.jar | |
rm file_original.jar | |
#do your stuff | |
#... | |
jar cvf file_new.jar . | |
#check new file content | |
jar tf file_new.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment