At 13:08 -0600 1/25/02, Paul DuBois wrote:
>At 13:32 -0500 1/25/02, Rahadul Kabir wrote:
>>can some one please tell me how to unjar a package, like a package which
>>comes with .jar extension (executable file).
>>thanks
>
>Just as tar tars and untars, jar jars and unjars. :-)
>
>jar xf jarfile.jar
At 13:32 -0500 1/25/02, Rahadul Kabir wrote:
>can some one please tell me how to unjar a package, like a package which
>comes with .jar extension (executable file).
>thanks
Just as tar tars and untars, jar jars and unjars. :-)
jar xf jarfile.jar
-
It's like tar. I do "jar xvf file.jar"
"man jar" even works! :-)
Michael
Rahadul Kabir wrote:
>can some one please tell me how to unjar a package, like a package which
>comes with .jar extension (executable file).
>thanks
>
>-