0
votes

I h've a war file of a project which has written in flash builder 4.5 I just want to convert it into project. I cannt use winzip e.t.c . I need a soultion from command prompt or any other method . Any help appreciated. How to extract flex project from the war file?

I just need source code of the war file. N't the .as files or .mxml file.

2
Yes you can unzip a .war file, altho the .war might not be associated with your winzip program. Right-click and choose open with, or open your winzip (or winrar etc) and open it from there - John Snow

2 Answers

2
votes

Just unzip the WAR file and put the files you find in your project sources folder

0
votes

war is simple archive, if it includes the sources, just unpack it and improt the files to your project