>_ linuxcommand.dev
Startseite jar
Programming

jar

Creates and manages Java archives (JAR)

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Verified: 2026-05-13
Syntax
$jar [options] [jar-file] [input-files]
Optionen
c
t
x
f
Examples
$jar cf app.jar -C bin .
$jar tf app.jar
$jar xf app.jar
Typical use cases
?
Standard usage
jar --help
Note Part of the JDK for packaging, listing, and extracting JAR files.
Export