uninstall plugins in Eclipse 3.4.X - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T15:53:35Zhttp://stackoverflow.com/feeds/question/369889http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x5uninstall plugins in Eclipse 3.4.XDon2008-12-15T22:17:44Z2009-11-06T22:56:17Z
<p>Hi,</p>
<p>The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0.
This GUI is accessed via the "Software Updates..." option in the Help menu.
This displays the following dialog:</p>
<p><img src="http://www.iol.ie/~murtaghd/img/eclipse-2.jpg" alt="alt text" />
Notice that the option to remove the selected plugin (Mylyn) is greyed out. In fact, this is true of virtually every installed plugin. I know that the Mylyn plugins are optional, so why amn't I provided with an option to remove them?</p>
<p>Thanks,
Don</p>
http://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x/369901#3699010Answer by sblundy for uninstall plugins in Eclipse 3.4.Xsblundy2008-12-15T22:24:34Z2008-12-15T22:24:34Z<p>You most first disable the plugin</p>
http://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x/383955#3839550Answer by joel.neely for uninstall plugins in Eclipse 3.4.Xjoel.neely2008-12-21T00:59:35Z2008-12-21T00:59:35Z<p>I'm running (a relatively fresh copy of) 3.4.1. I was able to select the same plug-in shown in your screen shot (Mylyn Bridge: Java Development) to get an enabled "Uninstall..." button. I'd suggest getting the latest updates and trying again.</p>
http://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x/383964#3839641Answer by Uri for uninstall plugins in Eclipse 3.4.XUri2008-12-21T01:09:06Z2008-12-21T01:09:06Z<p>There are distributions of Eclipse that come packaged with certain plugins that can't be mix-and-matched. That is the case with Mylyn, that went from a student's thesis project to an integral part of Eclipse. If you want to actually get rid of Mylyn, you may want to install Eclipse classic instead of the distribution you have, and then install the stuff you need. </p>
<p>The standard Eclipse distributions come with Myln.</p>
<p>BTW, Eclipser 3.5 completely changes all these screens :(</p>
http://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x/987555#9875550Answer by David Moles for uninstall plugins in Eclipse 3.4.XDavid Moles2009-06-12T16:09:32Z2009-06-12T16:09:32Z<p>It sure looks like there's no way to do this.</p>
<p>I just had exactly this problem with a fresh download of the Eclipse Java IDE (Ganymede SR2). I didn't want Mylyn, but I didn't want "Eclipse Classic", either, because the download was twice the size, I presume because it includes source.</p>
<p>The apparent solution was to update everything and restart Eclipse, after which the "Uninstall..." button became enabled for the Mylyn plugins. Unfortunately, this only uninstalled the most recent, updated version (3.0.11 IIRC), reverting to the un-uninstallable 3.0.5.</p>
http://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x/1080362#10803620Answer by Tobias for uninstall plugins in Eclipse 3.4.XTobias2009-07-03T18:10:32Z2009-07-03T18:10:32Z<p>"The Uninstall wizard allows you to review and uninstall items in your configuration. This wizard is shown when you select items and press Uninstall... from the Installed Software page. To uninstall software from your system: </p>
<p>Click Help > About and then click Installation Details... to open a dialog showing pages that provide more detail about your installation. </p>
<p>Click the Installed Software tab to see a list of the software items that you have installed into your system. </p>
<p>Select the items that you wish to uninstall. </p>
<p>Click Uninstall.... </p>
<p>The Uninstall Details page will show you a list of the items that will be uninstalled. Expanding each item will show what additional items (if any) will be uninstalled as a result of your choice. </p>
<p>If you change your mind about which items should be uninstalled, you may click Back to see a checkmark list of the items you selected before. You may check and uncheck different items in the list, and click Next when you are ready to continue.
Click Finish to start the uninstall. </p>
<p>Once all of the software is uninstalled successfully, you will be prompted to restart for the Workbench. Click Yes when asked to exit and restart the Workbench for the changes to take effect."</p>
<p><strong>quote from eclipse help docs</strong></p>
http://stackoverflow.com/questions/369889/uninstall-plugins-in-eclipse-3-4-x/1691080#16910800Answer by sadhasivam for uninstall plugins in Eclipse 3.4.Xsadhasivam2009-11-06T22:56:17Z2009-11-06T22:56:17Z<p>eclipse 3.5(Galieo)
Help>> Install New Software >> Already Installed Plugins >> select Plugins >> Uninstall works charm.</p>