macOS / binaries /

jar

/usr/bin/jar
Create an archive for classes and resources, and manipulate or restore individual classes or resources from an archive

The jar command is a general-purpose archiving and compression tool, based on the ZIP and ZLIB compression formats. Initially, the jar command was designed to package Java applets (not supported since JDK 11) or applications; however, beginning with JDK 9, users can use the jar command to create modular JARs. For transportation and deployment, it's usually more convenient to package modules as modular JARs.