So, How to extract .jar files with single command ?
In this article, I'll show this technique.
Note: This technique can only be applicable, if Java Development Kit is installed on your PC. If not, download it from here.
Lets see, this technique in simple steps,
you can also watch our video tutorial.
1. Create a new folder and paste .jar file in it. For example i am using my E:\my\demo.jar.
2. Open command prompt and open the directory, you recently created in above step using command prompt.
3. now use this command,
jar xf demo.jar4. Its done.
Comments
Post a Comment