Skip to content

Instantly share code, notes, and snippets.

@gbraccialli
Created August 26, 2016 12:24
Show Gist options
  • Save gbraccialli/793048f02c3a780bd672b457798fdd2a to your computer and use it in GitHub Desktop.
Save gbraccialli/793048f02c3a780bd672b457798fdd2a to your computer and use it in GitHub Desktop.
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