Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chrislee8

macrumors regular
Original poster
Jul 26, 2004
102
0
NY, NY
i have a jar file, I tried to unzip using jar command

i do:

jar -x myfile.jar, it doesn't do anything, it just sits there,

I am really a newbie using shell command, I learn while i try things out. so bear with me for my simple questions.

thanks
 
How big is the jar file? How long did you leave it? A large file will take a reasonably long time to extract.

Note that you should not need the -. jar x <filename> should work
 
robbieduncan said:
How big is the jar file? How long did you leave it? A large file will take a reasonably long time to extract.

Note that you should not need the -. jar x <filename> should work

let me try again, i think i leave enough time for it.

is there any gui app to do that? just curious.
 
Verbose anyone ?

You can also add a "v" in the arguments to enable the verbose mode and actually see what's going on during that "hang time" :)

ie: jar -xvf somejar.jar

Cheers !
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.