jar
Creates and manages Java archives (JAR)
Syntax
$jar [options] [jar-file] [input-files]
Optionen
c
t
x
f
Examples
Examples
$jar cf app.jar -C bin .
Examples
$jar tf app.jar
Examples
$jar xf app.jar
Typical use cases
Note
Part of the JDK for packaging, listing, and extracting JAR files.
Export