|
Subject:
|
war file in code download
|
|
Posted By:
|
panyapolleng
|
Post Date:
|
12/8/2005 4:46:43 PM
|
I have a silly question. I download code but when I unziped I did not see JSP file but I found war file. (except ch01)
So, how can i see source code of java file.
Thank you
Panyapol
|
|
Reply By:
|
albinjoseph
|
Reply Date:
|
12/13/2005 12:55:56 AM
|
From the command prompt execute the command
jar -xf yourwarfilename.war
This will extract all the contents of your war file.
Thanks and Regards
Albin Joseph www.javacertificate.net
|