Extracting jar to specified directory

前端 未结 7 549
庸人自扰
庸人自扰 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:47

    It's better to do this.

    Navigate to the folder structure you require

    Use the command

    jar -xvf  'Path_to_ur_Jar_file'
    

提交回复
热议问题