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
This worked for me.
I created a folder then changed into the folder using CD option from command prompt.
Then executed the jar from there.
d:\LS\afterchange>jar xvf ..\mywar.war