How to remove Aptana from Eclipse?

8

4

How do I remove Aptana from Eclispe 3.5.2 on Mac OS X?

erikvold

Posted 2010-07-22T19:48:36.860

Reputation: 3 077

Answers

21

To remove a feature or plugin from Eclipse, open Eclipse and select "About Eclipse" from the "Help" menu. Select the "Installation Details" button. Be sure the "Installed Software" tab is selected. Find "Aptana", or any other plugin you want to remove, from the list of installed software a select it, then click the "Uninstall..." button at the bottom.

Make sure you restart Eclipse after the uninstall completes.

heavyd

Posted 2010-07-22T19:48:36.860

Reputation: 54 755

still had to manually remove the jars in the plugin directory – Snake – 2015-03-19T20:26:54.477

Thanks for these instructions. I found the "Installation details" button under the Eclipse menu, and "About Eclipse SDK". Otherwise this worked like a charm. – Greg K – 2011-01-06T11:04:37.087

2This left me with a broken Eclipse and the aptane editors still in place. – BetaRide – 2012-05-06T15:10:45.877

1

For me 'Uninstall' button is in disabled mode. I tried 'Revert' under Help>installation Details>Installation History tab. that also not working.

sr77in

Posted 2010-07-22T19:48:36.860

Reputation: 11

1

Perhaps the best is to simply install from scratch as I had some problems with uninstall, anyway.

Meetai.com

Posted 2010-07-22T19:48:36.860

Reputation: 611

0

With @heavyd's technique, the Uninstall... button was not available.

Instead I did this (in Eclipse Kepler):

Window -> Preferences -> Install/Update -> Uninstall or update software that is already installed

Select "Installed Software" and pick the one you want to remove and select "Uninstall..."

(Found here)

DLight

Posted 2010-07-22T19:48:36.860

Reputation: 103