I am trying to extract the files from a .jar file. How do I do that using command line?
I am running Windows 7
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 :)
jar xf myFile.jar