Deepak Gupta
Deepak Gupta

Reputation: 1075

How to convert war file into original file (extracted form)?

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

Answers (2)

Bhaskara
Bhaskara

Reputation: 601

You can use jar -xvf warfilename.war.

Upvotes: 0

Muzafar Khan
Muzafar Khan

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

Related Questions