有什么方法可以卸载 Eclipse Juno 的插件吗?

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

Is there some way to uninstall plugins for Eclipse Juno?

eclipseeclipse-juno

提问by Jeff

Every question dealing with uninstalling/disabling plugins for Eclipse Juno mentions an Uninstall button but I simply can't find it and Eclipse's help for Juno is sadly no help.

关于卸载/禁用 Eclipse Juno 插件的每个问题都提到了一个卸载按钮,但我根本找不到它,遗憾的是 Eclipse 对 Juno 的帮助没有帮助。

Has this ability been eliminated or omitted or is it in some place different for Juno?

这个能力是被淘汰还是被遗漏了,还是在某些地方对朱诺来说是不同的?

回答by Marc Baumbach

The Uninstall...button is available from the About Eclipsedialog. From that dialog click Installation Detailsand it's under the Installed Softwaretab. This typically is only available for features, not plugins. If you can find the appropriate feature that contains the plugins you want to eliminate, that should do the trick for you.

Uninstall...按钮在About Eclipse对话框中可用。从该对话框中单击Installation Details,它位于Installed Software选项卡下。这通常仅适用于功能,而不适用于插件。如果您可以找到包含要删除的插件的适当功能,那么这应该对您有用。

If you are unsure of the feature containing the plugin, you can attempt to go the Installation Historytab in the Installation Detailswindow and try to Revertto a previous version of Eclipse that didn't have the plugins.

如果您不确定包含插件的功能,您可以尝试转到窗口中的Installation History选项卡Installation Details并尝试Revert使用没有插件的先前版本的 Eclipse。

Finally, you can always manually go into your Eclipse installation folder under the pluginsdirectory and remove them manually. This will sometimes require that you run eclipse -cleanfrom your command line/terminal to truly get rid of the plugin. This is probably the most error prone approach as you could cause problems with features/plugins that may depend on the removed plugins.

最后,您可以随时手动进入您的 Eclipse 安装文件夹下的plugins目录并手动删除它们。这有时需要eclipse -clean您从命令行/终端运行才能真正摆脱插件。这可能是最容易出错的方法,因为您可能会导致可能依赖于已删除插件的功能/插件出现问题。