Reputation: 1075
I have a war file and I want to convert it to original file, is it any way to convert war file into original file through command prompt
Upvotes: 1
Views: 5603
Reputation: 827
You have 2 options : 1. use "jar xvf myfolder.war" to extract the files 2. Use WinZip to open the war file and then extract the files that you need.
Upvotes: 1