禁用“卸载...”按钮时卸载 Eclipse 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6478158/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 16:30:27  来源:igfitidea点击:

Uninstall an Eclipse plugin when the "Uninstall..." button is disabled

eclipseeclipse-pluginaptana

提问by Tristan

Sometimes, for some reason, the "Uninstall" button is disabled in Help > About Eclipse > Installation Details (For example, after installing Aptana plugin, which forces the use of an older installer in Eclipse Galileo).

有时,出于某种原因,“帮助”>“关于 Eclipse”>“安装详细信息”中的“卸载”按钮被禁用(例如,在安装 Aptana 插件后,这会强制在 Eclipse Galileo 中使用较旧的安装程序)。

How is it possible to remove these plugins with "Uninstall" disabled ?

如何在禁用“卸载”的情况下删除这些插件?

采纳答案by Tristan

Go into "Installation History" tab (in Installation Details), choose a previous state of installation, and click "revert"

进入“安装历史”选项卡(在“安装详细信息”中),选择以前的安装状态,然后单击“还原”

回答by SachiraChin

Try run eclipse as administrator. It worked for me.

尝试以管理员身份运行 eclipse。它对我有用。

回答by Srikanth Venkatesh

  • Close eclipse.
  • Go to the folder where eclipse is installed .In \plugins folder delete the folders related to a particular plugin.
  • 关闭日食。
  • 转到安装 eclipse 的文件夹。在 \plugins 文件夹中删除与特定插件相关的文件夹。