>How does one unzip a .jar file? I'm stuck!
>
>TIA
>Casey :)
If you have WinZip, you can just open the jar. It has exactly the same
archive format as a Zip file.
If you have a Java environment on your machine, you can just use the
jar command from the command line.
--phil
that is how u un-jar a jar file
$>jar cvf whatever.jar *.class
that is how u jar a file
I am assuming the prompt is $>
Bye,
Taswar
remove donspam for email
In comp.lang.java.misc Casey Claiborne <msc...@fnord.io.com> wrote:
: Hi,
:
: How does one unzip a .jar file? I'm stuck!
: TIA
: Casey :)
--
------------------------------------------------------
| I never pray before meals -- my mom's a good cook. |
------------------------------------------------------
Laurence
Change extension for zip and unzip ;-), works.
jar -xvf theJarFile.jar
jar xvf file.jar
x: means eXtract
v: means Verbose
f: means Filename to extract
Amit
"Wojciech Grupa" <wgr...@lucent.com> wrote in message
news:386A7093...@lucent.com...
>Or associate .jar with your favorite unzipper...
>
ah, that would be my wife!