I am trying to extract the files from a .jar file. How do I do that using command line?
I am running Windows 7
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the docs:
The folder where
jaris probably isn’tC:\Javafor you, on my Windows partition it’s:Unless the location of
jaris in your path environment variable, you’ll have to specify the full path/run the program from inside the folder.EDIT: Here’s another article, specifically focussed on extracting JARs: http://docs.oracle.com/javase/tutorial/deployment/jar/unpack.html