On Sat, Jul 16, 2011 at 1:23 PM, Jon Kiparsky <[email protected]>wrote:

>
> You might also try gunzip, which is the gnu utility. I'm not sure what the
> differences are, but they seem to be distinct utilities for the same purpose
> - perhaps one will be better at coping with your particular situation than
> the other.
>

I've always just clicked on it from the downloads list in Chrome, which
caused an "Eclipse" folder to be extracted. I've then moved it to my
/Applications folder and that was it.

unzip and gunzip are two totally different tools. Both support compression,
but they use different algorithms, and one won't open the other's format.

If, for some reason you were unable to open a tar.gz file from the UI, you
could open a Terminal window, cd to /Applications and type this:

tar -xzf /path/to/eclipse.tar.gz


and you're done.

This may also be the first time I've heard anyone say that OSX is
unintuitive...

Joey

--
Blog: http://joeygibson.com
Twitter: @joeygibson
Facebook: http://facebook.com/joeygibson

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to