How to uninstall plugins in Eclipse 3.4.X or higher(如何在 Eclipse 3.4.X 或更高版本中卸载插件)
问题描述
在 3.4.0 版中,用于管理 Eclipse 中插件的 GUI 进行了一些大修.该 GUI 可通过软件更新..."访问.帮助菜单中的选项.
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.
删除所选 Mylyn 插件的选项显示为灰色.事实上,几乎所有已安装的插件都是如此.我知道 Mylyn 插件是可选的,为什么我没有提供删除它们的选项?
The option to remove the selected Mylyn plugin 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?
推荐答案
以下文字引用自 Eclipse 帮助文档:
卸载向导允许您查看和卸载配置中的项目.当您从已安装的软件页面选择项目并按卸载...时,将显示此向导.要从系统中卸载软件:
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:
单击帮助> 关于,然后单击安装详细信息... 打开一个对话框,其中显示提供有关安装的更多详细信息的页面.
Click Help > About and then click Installation Details... to open a dialog showing pages that provide more detail about your installation.
单击已安装的软件 选项卡以查看您已安装到系统中的软件项目的列表.
Click the Installed Software tab to see a list of the software items that you have installed into your system.
选择您要卸载的项目.
点击卸载...
卸载详细信息页面将向您显示将被卸载的项目列表.展开每个项目将显示您的选择将卸载哪些附加项目(如果有).
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.
如果您改变主意应该卸载哪些项目,您可以单击返回查看您之前选择的项目的复选标记列表.您可以选中和取消选中列表中的不同项目,并在准备好继续时单击下一步.
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.
- 点击完成开始卸载.
成功卸载所有软件后,系统将提示您重新启动 Workbench.当要求退出并重新启动 Workbench 以使更改生效时,单击 是.
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.
这篇关于如何在 Eclipse 3.4.X 或更高版本中卸载插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 3.4.X 或更高版本中卸载插件
基础教程推荐
- 从 python 访问 JVM 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 大摇大摆的枚举 2022-01-01
