Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to uninstall plugins from Eclipse Indigo?

Tags:

eclipse

I have installed too many plugins in my Eclipse IDE, It is taking too much time to start. I want to uninstall unnecessary plugins.

i dont need liferay, grails...

like image 638
Ramesh Kotha Avatar asked Jan 31 '12 18:01

Ramesh Kotha


People also ask

How do I Uninstall PyDev from Eclipse?

To uninstall you should either go on and remove the org. python. pydev* from eclipse/plugins and eclipse/features or you can go to help > software updates > manage configuration, choose the PyDev plugin and disable it (after that, to completely remove it, you must restart Eclipse and only then select it for uninstall).

How do I get rid of Findbugs in Eclipse?

But even if i reinstalled that findbug is not visible :( It's moved in Neon to Eclipse > About Eclipse > Installation Details. You also have to search in Installed Software, not Plug-ins, to remove it (even though it's listed in both places).


1 Answers

Go to menu Help > About Eclipse > Installation Details (beginning with Eclipse Luna: Help > Installation Details). There you can uninstall. If you installed via the marketplace you can also uninstall there.

But if you just want to speed up the startup you can go to Window > Preferences > General > Startup and Shutdown and switch off unnecessary capabilities.

like image 133
Hauke Ingmar Schmidt Avatar answered Oct 21 '22 16:10

Hauke Ingmar Schmidt