Skip to content

Instantly share code, notes, and snippets.

@marcorodas
Last active December 8, 2015 23:04
Show Gist options
  • Select an option

  • Save marcorodas/60e8bb270718330ec599 to your computer and use it in GitHub Desktop.

Select an option

Save marcorodas/60e8bb270718330ec599 to your computer and use it in GitHub Desktop.
Java: Uso de Jar Files
jar -cf jar-file input-files(s) //Create a jar file
jar -tfv jar-file //View contents
jar -xf jar-file archived-file(s) //Extract specific files
jar -uf jar-file input-file(s) //Adding files
zip -d jar-file archived-file //Delete specific file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment