Extracting .jar file with command line

后端 未结 8 800
悲哀的现实
悲哀的现实 2020-12-04 07:52

I am trying to extract the files from a .jar file. How do I do that using command line?

I am running Windows 7

8条回答
  •  生来不讨喜
    2020-12-04 08:36

    jar xf myFile.jar
    change myFile to name of your file
    this will save the contents in the current folder of .jar file
    that should do :)

提交回复
热议问题