Eclipse Indigo:如果“帮助”->“关于 Eclipse SDK”对话框不显示,我该如何卸载插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6626682/
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:34:21  来源:igfitidea点击:

Eclipse Indigo: how do I uninstall a plugin if the Help -> About Eclipse SDK dialog won't display?

eclipsescalaeclipse-plugin

提问by Jason S

Scala-IDE is messing up my Help -> About Eclipse SDK dialog, so the obvious method of uninstalling is not working. (as mentioned in this other question)

Scala-IDE 弄乱了我的“帮助”->“关于 Eclipse SDK”对话框,因此明显的卸载方法不起作用。(正如在另一个问题中提到的)

How can I uninstall it?

我怎样才能卸载它?

采纳答案by bvulaj

'Eclipse Marketplace > Installed > Uninstall' sometimes works as well.

“Eclipse Marketplace > 已安装 > 卸载”有时也能正常工作。

Also, from How do I remove a plug-in?

另外,从如何删除插件?

To physically remove the feature and its plug-ins, you will have to manually remove the feature from the eclipse/features directory and its plug-ins from the eclipse/plugins directory.

要以物理方式删除该功能部件及其插件,您必须手动从 eclipse/features 目录中删除该功能部件及其从 eclipse/plugins 目录中的插件。

回答by James Conrad

On Eclipse Indigo ...

在 Eclipse Indigo 上...

  1. Click on Help > About Eclipse
  2. Click on the "Installation Details" button
  3. Select all the installed software you want to uninstall
  4. Click "Uninstall ..."
  1. 单击“帮助”>“关于 Eclipse”
  2. 单击“安装详细信息”按钮
  3. 选择所有要卸载的已安装软件
  4. 点击“卸载...”

Not sure why they have "hidden" this in the "About Eclipse" section.

不知道为什么他们在“关于 Eclipse”部分“隐藏”了这一点。

回答by dalelane

Help -> Install New Software ....

帮助 -> 安装新软件 ....

In the "Available Software" dialog that opens, there is a tiny link towards the bottom labelled "already installed". Click on that, and it's another route to getting to the uninstall bit.

在打开的“可用软件”对话框中,底部有一个标记为“已安装”的小链接。单击它,这是进入卸载位的另一条途径。

Not exactly intuitive, but it got me around this problem

不完全直观,但它让我解决了这个问题