Extracting jar to specified directory

前端 未结 7 486
庸人自扰
庸人自扰 2021-01-31 06:58

I wanted to extract one of my jars to specified directory using jar command line utility.

If I understand this right -C option should to the tr

7条回答
  •  花落未央
    2021-01-31 07:44

    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
    

提交回复
热议问题