有什么方法可以卸载 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
Is there some way to uninstall plugins for Eclipse 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 Eclipse
dialog. From that dialog click Installation Details
and it's under the Installed Software
tab. 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 History
tab in the Installation Details
window and try to Revert
to 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 plugins
directory and remove them manually. This will sometimes require that you run eclipse -clean
from 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
您从命令行/终端运行才能真正摆脱插件。这可能是最容易出错的方法,因为您可能会导致可能依赖于已删除插件的功能/插件出现问题。