Extracting jar to specified directory

前端 未结 7 474
庸人自扰
庸人自扰 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'
    
    0 讨论(0)
提交回复
热议问题