views:

5330

answers:

8

I'm running Eclipse SDK 3.4.0 on Mac OS X 10.5.6.

Every time I try to install something new through "software updates", the message "The software items you selected may not be valid with your current installation" shows up.

So I'm going to uninstall it and re-install Eclipse.

Should I just erase the Eclipse folder or is there a way to uninstall it?

+2  A: 

Eclipse isn't usually installed, it is just run.

geowa4
See answer below, Eclipse does install other files which reside outside it's directory on OSX.
Spanky
+4  A: 

No need to uninstall anything, you can just delete the eclipse/ folder, but you should also use a fresh workspace or delete the workspace/.metadata folder.

Fabian Steeg
What do you mean by "workspace", where is that located?
Niels Bom
@Niels The folder you specified when you launched Eclipse for the first time, where your projects are stored.
Fabian Steeg
Ahh ok, I thought it was an OSX folder like /Library.Thanks!
Niels Bom
+1  A: 

Deleting the eclipse folder is equivalent to uninstalling it. In fact, if you don't want to tamper with the existing installation you can create another instance of eclipse and run from the new location.

neesh
A: 

BTW. AppZapper is a great OSX tool for uninstalling apps and their preferences.

It sometimes comes a part of MacHeist

Fortyrunner
A: 

Eclipse has no impact on Mac OS beyond it directory, so there is no problem uninstalling.

I think that What you are facing is the result of Eclipse switching the plugin distribution system recently. There are now two redundant and not very compatible means of installing plugins. It's a complete mess. You may be better off (if possible) installing a more recent version of Eclipse (maybe even the 3.5 milestones) as they seem to be more stable in that regard.

Uri
A: 

Really? Installing Eclipse messed with my svn working copies because (I think) it contains an over-eager copy of svn1.5. This makes me think there's more to uninstalling it than just deleting the directory.

+1  A: 

Just deleye the eclipse/ folder wherever it is

Shiv
+4  A: 

Actually Eclipse does create some other files not within it's directory which survive deleting it's directory.

In Snow Leopard, look in your user's account under:

Library/Caches/org.eclipse.eclipse Library/Preferences/org.eclipse.eclipse.plist

Not sure if you ned to turn on viewing of hidden files to see those.

Spanky
those aren't installed files, those are cache files from when it runs. it's storing your preferences.
geowa4
True, but semantic. Eclipse installs those files. Just a matter of opinion but to me uninstall means remove all traces of an application from the system.
Spanky