I wanted to extract one of my jars to specified directory using jar command line utility.
jar
If I understand this right -C option should to the tr
-C
jars use zip compression so you can use any unzip utility.
Example:
$ unzip myJar.jar -d ./directoryToExtractTo