If you don't have WinZip, WinRAR, pkzip, etc. then just use the Java kit's "jar" command.
1) To extract everything into the current directory: jar xf struts-blank.war 2) To view the list of files in the war: jar tf struts-blank.war 3) To view the list of files in the war with size/date details: jar tvf struts-blank.war So, why do you think it isn't like a zip? Are you expecting it to auto-extract like a winzip executable (*.exe file) or have you actually installed free or purchased version of winzip (www.winzip.com), winrar (www.rarlab.com), or pkzip (www.pkware.com) and had problems? If you had problem, the download could be incomplete. By the way, the jar file is at "%JAVA_HOME%\bin\jar.exe". :) Regards, David -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, December 05, 2004 5:03 PM To: 'Struts Users Mailing List' Subject: extract a war file on windows2000 How to extract a war file, example: struts-blank.war on windows 2000? Doc mentions it's just like zip but don't find it unzipping. What correct way? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]