jar Command Examples

Java applications/libraries packager. More information: https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html.

jar cf {{file.jar}} *

jar -xvf {{file.jar}}

jar tf {{path/to/file.jar}}

jar tvf {{path/to/file.jar}}