如何在Eclipse 3.4中卸载插件。X或更高

时间:2022-05-04 11:16:00

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. This displays the following dialog:

用于管理Eclipse中的插件的GUI在3.4.0版本中有了一些改进。通过帮助菜单中的“软件更新…”选项访问此GUI。这将显示以下对话框:

alt text http://www.iol.ie/~murtaghd/img/eclipse-2.jpg Notice that the option to remove the selected plugin (Mylyn) 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?

alt文本http://www.iol.ie/~murtaghd/img/eclipse-2.jpg注意,删除所选插件(Mylyn)的选项为灰色。事实上,几乎所有已安装的插件都是如此。我知道Mylyn插件是可选的,所以为什么我没有提供删除它们的选项呢?

Thanks, Don

谢谢,不

10 个解决方案

#1


105  

The following text is quoted from the Eclipse help docs:

以下文字摘自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:

卸载向导允许您检查和卸载配置中的项。当您选择项并按下Uninstall时,将显示此向导…从已安装的软件页面。从你的系统卸载软件:

  1. Click Help > About and then click Installation Details... to open a dialog showing pages that provide more detail about your installation.

    单击帮助> About,然后单击install Details…打开一个显示页面的对话框,以提供有关安装的更多细节。

  2. Click the Installed Software tab to see a list of the software items that you have installed into your system.

    单击install Software选项卡查看已安装到系统中的软件项目列表。

  3. Select the items that you wish to uninstall.

    选择要卸载的项。

    Click Uninstall...

    单击Uninstall……

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.

Uninstall Details页面将向您显示将要卸载的项目列表。扩展每个项目将显示您选择的结果将会卸载哪些附加项(如果有的话)。

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.

如果您更改了应该卸载哪些项目的想法,您可以单击Back查看以前选择的项目的复选框列表。您可以检查和取消列表中的不同项目,并在准备继续时单击Next。

  1. Click Finish to start the uninstall.
  2. 单击Finish启动卸载。

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.

成功卸载所有软件后,将提示您重新启动工作台。当被要求退出并重新启动工作台时,单击Yes以使更改生效。

#2


16  

And just to update it for Helios - Eclipse 3.6

为了更新Helios - Eclipse 3.6版本

Help->Install New Software at the bottom of dialog there is link What is already installed once you click on that you will get list of installed plugins and Uninstal... button

帮助->安装新软件在对话框的底部有一个已经安装的链接,一旦你点击,你将会得到安装的插件和Uninstal…按钮

#3


11  

eclipse 3.5(Galieo) Help>> Install New Software >> Already Installed Plugins >> select Plugins >> Uninstall works charm.

eclipse 3.5(Galieo)帮助>>安装新的软件>>已安装插件>>选择插件>>卸载works charm。

#4


3  

There are distributions of Eclipse that come packaged with certain plugins that can't be mix-and-matched. That is the case with Mylyn, that went from a student's thesis project to an integral part of Eclipse. If you want to actually get rid of Mylyn, you may want to install Eclipse classic instead of the distribution you have, and then install the stuff you need.

有一些Eclipse的发行版,它们被打包在某些插件中,而这些插件不能被混搭。Mylyn就是这样,从一个学生的毕业论文项目变成了Eclipse不可分割的一部分。如果您想要真正摆脱Mylyn,您可能想要安装Eclipse classic,而不是您拥有的发行版,然后安装您需要的东西。

The standard Eclipse distributions come with Myln.

标准的Eclipse发行版带有Myln。

BTW, Eclipser 3.5 completely changes all these screens :(

顺便说一句,Eclipser 3.5完全改变了所有这些屏幕:(

#5


3  

If you are using Windows, make sure you are running Eclipse as administrator. Without administrator privileges, some options may be grayed-out in "Installed Software".

如果您正在使用Windows,请确保您是以管理员的身份运行Eclipse。没有管理员权限,一些选项可能在“已安装软件”中灰度显示。

#6


2  

In Eclipse 3.6 Helios, the interface has changed again. Go to "About Eclipse", and then click the "Installation Details" button in the about box.

在Eclipse 3.6 Helios中,接口再次发生变化。转到“About Eclipse”,然后在“About”框中单击“安装细节”按钮。

#7


2  

In eclipse Helios (version 3.6), to uninstall a plugin:

在eclipse Helios(版本3.6)中,卸载一个插件:

  1. Go to Help->Install New Software...
  2. 去帮助->安装新软件…
  3. Click on "What is already installed?" link at the bottom right side of the dialog
  4. 点击对话框右下角的“已经安装了什么?”链接。
  5. In the Installed Software tab choose the software you want to uninstall
  6. 在“已安装软件”选项卡中,选择要卸载的软件
  7. Click on the "Uninstall..." button at the bottom
  8. 点击底部的“卸载…”按钮
  9. Click 'Finish' on the Uninstall Details dialog
  10. 在“卸载详细信息”对话框中单击“完成”
  11. Observe the 'Uninstalling Software %' status at the bottom status bar of eclipse
  12. 观察“卸载软件%”在eclipse的底部状态栏的状态
  13. Click 'Restart Now' when prompted to do so.
  14. 当提示时,单击“现在重新启动”。

Eclipse restarts. Choose the workspace. Now when you go again to the Installed Software window , you do not find the uninstalled software.

Eclipse将重新启动。选择工作区。现在,当您再次回到已安装的软件窗口时,您不会发现未安装的软件。

#8


0  

I'm running (a relatively fresh copy of) 3.4.1. I was able to select the same plug-in shown in your screen shot (Mylyn Bridge: Java Development) to get an enabled "Uninstall..." button. I'd suggest getting the latest updates and trying again.

我正在运行(一个相对较新的版本)3.4.1。我可以选择屏幕快照(Mylyn Bridge: Java开发)中显示的相同插件,以获得启用的“卸载…”按钮。我建议获取最新的更新并再次尝试。

#9


0  

It sure looks like there's no way to do this.

看起来肯定没有办法这么做。

I just had exactly this problem with a fresh download of the Eclipse Java IDE (Ganymede SR2). I didn't want Mylyn, but I didn't want "Eclipse Classic", either, because the download was twice the size, I presume because it includes source.

我刚刚下载了Eclipse Java IDE (Ganymede SR2)。我不想要Mylyn,但我也不想要“Eclipse Classic”,因为我认为下载的大小是它的两倍,因为它包含源代码。

The apparent solution was to update everything and restart Eclipse, after which the "Uninstall..." button became enabled for the Mylyn plugins. Unfortunately, this only uninstalled the most recent, updated version (3.0.11 IIRC), reverting to the un-uninstallable 3.0.5.

显然的解决方案是更新所有内容并重新启动Eclipse,在此之后,Mylyn插件启用了“卸载…”按钮。不幸的是,这只卸载了最近更新的版本(3.0.11 IIRC),恢复到不能卸载的3.0.5。

#10


0  

I just don't know what the hell these Eclipse developers are thinking! Removing plug-ins from Eclipse became a pain in the ass since Helios!

我不知道这些Eclipse开发人员到底在想什么!从Eclipse中删除插件是一个麻烦,因为Helios!

I hear you pal... I just went through the whole day trying to figure out as no one seems to give an straight answer like "do this, that, done." Man I'd rather be programming instead....

我听到你朋友……我花了一整天的时间试图弄明白,似乎没有人会直接回答“做这个,做那个,做那个”。我宁愿成为编程而不是....

Found, in the middle of my evening that it is possible to uninstall pretty much everything. The issue is that the damn thing is hidden in the "HELP->ABOUT". Who would guess after going over and over through the "Help->Install New Software" or "Help->Check for updates" and never finding anything like "remove" or "reinstall" or "force reinstall". Seriouly, I'd rather go back to 1990 when we had Microsoft, Borland and Watcom.. you picked your platform and you'd be with 1/3 of the world of developers with you.. ok, perhaps Watcom didn't hit that mark but you get the point.

发现,在我的午夜,可以卸载几乎所有的东西。问题是,这该死的东西隐藏在“帮助->ABOUT”中。谁会在“帮助->安装新软件”或“帮助->检查更新”一遍又一遍之后猜测,从来没有发现过“删除”、“重新安装”或“强制重新安装”之类的东西。说真的,我宁愿回到1990年,那时我们有微软,Borland和Watcom。你选择了你的平台,你将拥有1/3的开发者世界。好吧,也许Watcom没击中那个目标,但你懂的。

So... to uninstall any plugin from Eclipse Helios (Service Release 1) or Springsource 3.5.2 (or 3.6.1 I 'm using), do this:

所以…要卸载Eclipse Helios (Service Release 1)或Springsource 3.5.2(或我正在使用的3.6.1)中的任何插件,请执行以下操作:

  1. close all your projects (just to be on the safe side);
  2. 关闭所有项目(为了安全起见);
  3. Hit menu "HELP-->ABOUT" (yeah.. help, about);
  4. 点击菜单“帮助- - >”(是的. .帮助,关于);
  5. Hit "Installation Details" button and you get the list with all plugins;
  6. 点击“安装细节”按钮,你会得到所有插件的列表;
  7. Click on the one you want to remove; hit uninstall;
  8. 单击要删除的;点击卸载;
  9. If want to remove more than one, just apply the change without restart;
  10. 如果要删除多个,只需应用更改而不重新启动;
  11. Goto to 4) as needed
  12. 需要的话,就去
  13. Finally, restart Eclipse and reinstall what you need !
  14. 最后,重新启动Eclipse并重新安装所需的内容!

It was hard to find, but it worked very well for me.

这很难找到,但对我来说效果很好。

#1


105  

The following text is quoted from the Eclipse help docs:

以下文字摘自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:

卸载向导允许您检查和卸载配置中的项。当您选择项并按下Uninstall时,将显示此向导…从已安装的软件页面。从你的系统卸载软件:

  1. Click Help > About and then click Installation Details... to open a dialog showing pages that provide more detail about your installation.

    单击帮助> About,然后单击install Details…打开一个显示页面的对话框,以提供有关安装的更多细节。

  2. Click the Installed Software tab to see a list of the software items that you have installed into your system.

    单击install Software选项卡查看已安装到系统中的软件项目列表。

  3. Select the items that you wish to uninstall.

    选择要卸载的项。

    Click Uninstall...

    单击Uninstall……

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.

Uninstall Details页面将向您显示将要卸载的项目列表。扩展每个项目将显示您选择的结果将会卸载哪些附加项(如果有的话)。

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.

如果您更改了应该卸载哪些项目的想法,您可以单击Back查看以前选择的项目的复选框列表。您可以检查和取消列表中的不同项目,并在准备继续时单击Next。

  1. Click Finish to start the uninstall.
  2. 单击Finish启动卸载。

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.

成功卸载所有软件后,将提示您重新启动工作台。当被要求退出并重新启动工作台时,单击Yes以使更改生效。

#2


16  

And just to update it for Helios - Eclipse 3.6

为了更新Helios - Eclipse 3.6版本

Help->Install New Software at the bottom of dialog there is link What is already installed once you click on that you will get list of installed plugins and Uninstal... button

帮助->安装新软件在对话框的底部有一个已经安装的链接,一旦你点击,你将会得到安装的插件和Uninstal…按钮

#3


11  

eclipse 3.5(Galieo) Help>> Install New Software >> Already Installed Plugins >> select Plugins >> Uninstall works charm.

eclipse 3.5(Galieo)帮助>>安装新的软件>>已安装插件>>选择插件>>卸载works charm。

#4


3  

There are distributions of Eclipse that come packaged with certain plugins that can't be mix-and-matched. That is the case with Mylyn, that went from a student's thesis project to an integral part of Eclipse. If you want to actually get rid of Mylyn, you may want to install Eclipse classic instead of the distribution you have, and then install the stuff you need.

有一些Eclipse的发行版,它们被打包在某些插件中,而这些插件不能被混搭。Mylyn就是这样,从一个学生的毕业论文项目变成了Eclipse不可分割的一部分。如果您想要真正摆脱Mylyn,您可能想要安装Eclipse classic,而不是您拥有的发行版,然后安装您需要的东西。

The standard Eclipse distributions come with Myln.

标准的Eclipse发行版带有Myln。

BTW, Eclipser 3.5 completely changes all these screens :(

顺便说一句,Eclipser 3.5完全改变了所有这些屏幕:(

#5


3  

If you are using Windows, make sure you are running Eclipse as administrator. Without administrator privileges, some options may be grayed-out in "Installed Software".

如果您正在使用Windows,请确保您是以管理员的身份运行Eclipse。没有管理员权限,一些选项可能在“已安装软件”中灰度显示。

#6


2  

In Eclipse 3.6 Helios, the interface has changed again. Go to "About Eclipse", and then click the "Installation Details" button in the about box.

在Eclipse 3.6 Helios中,接口再次发生变化。转到“About Eclipse”,然后在“About”框中单击“安装细节”按钮。

#7


2  

In eclipse Helios (version 3.6), to uninstall a plugin:

在eclipse Helios(版本3.6)中,卸载一个插件:

  1. Go to Help->Install New Software...
  2. 去帮助->安装新软件…
  3. Click on "What is already installed?" link at the bottom right side of the dialog
  4. 点击对话框右下角的“已经安装了什么?”链接。
  5. In the Installed Software tab choose the software you want to uninstall
  6. 在“已安装软件”选项卡中,选择要卸载的软件
  7. Click on the "Uninstall..." button at the bottom
  8. 点击底部的“卸载…”按钮
  9. Click 'Finish' on the Uninstall Details dialog
  10. 在“卸载详细信息”对话框中单击“完成”
  11. Observe the 'Uninstalling Software %' status at the bottom status bar of eclipse
  12. 观察“卸载软件%”在eclipse的底部状态栏的状态
  13. Click 'Restart Now' when prompted to do so.
  14. 当提示时,单击“现在重新启动”。

Eclipse restarts. Choose the workspace. Now when you go again to the Installed Software window , you do not find the uninstalled software.

Eclipse将重新启动。选择工作区。现在,当您再次回到已安装的软件窗口时,您不会发现未安装的软件。

#8


0  

I'm running (a relatively fresh copy of) 3.4.1. I was able to select the same plug-in shown in your screen shot (Mylyn Bridge: Java Development) to get an enabled "Uninstall..." button. I'd suggest getting the latest updates and trying again.

我正在运行(一个相对较新的版本)3.4.1。我可以选择屏幕快照(Mylyn Bridge: Java开发)中显示的相同插件,以获得启用的“卸载…”按钮。我建议获取最新的更新并再次尝试。

#9


0  

It sure looks like there's no way to do this.

看起来肯定没有办法这么做。

I just had exactly this problem with a fresh download of the Eclipse Java IDE (Ganymede SR2). I didn't want Mylyn, but I didn't want "Eclipse Classic", either, because the download was twice the size, I presume because it includes source.

我刚刚下载了Eclipse Java IDE (Ganymede SR2)。我不想要Mylyn,但我也不想要“Eclipse Classic”,因为我认为下载的大小是它的两倍,因为它包含源代码。

The apparent solution was to update everything and restart Eclipse, after which the "Uninstall..." button became enabled for the Mylyn plugins. Unfortunately, this only uninstalled the most recent, updated version (3.0.11 IIRC), reverting to the un-uninstallable 3.0.5.

显然的解决方案是更新所有内容并重新启动Eclipse,在此之后,Mylyn插件启用了“卸载…”按钮。不幸的是,这只卸载了最近更新的版本(3.0.11 IIRC),恢复到不能卸载的3.0.5。

#10


0  

I just don't know what the hell these Eclipse developers are thinking! Removing plug-ins from Eclipse became a pain in the ass since Helios!

我不知道这些Eclipse开发人员到底在想什么!从Eclipse中删除插件是一个麻烦,因为Helios!

I hear you pal... I just went through the whole day trying to figure out as no one seems to give an straight answer like "do this, that, done." Man I'd rather be programming instead....

我听到你朋友……我花了一整天的时间试图弄明白,似乎没有人会直接回答“做这个,做那个,做那个”。我宁愿成为编程而不是....

Found, in the middle of my evening that it is possible to uninstall pretty much everything. The issue is that the damn thing is hidden in the "HELP->ABOUT". Who would guess after going over and over through the "Help->Install New Software" or "Help->Check for updates" and never finding anything like "remove" or "reinstall" or "force reinstall". Seriouly, I'd rather go back to 1990 when we had Microsoft, Borland and Watcom.. you picked your platform and you'd be with 1/3 of the world of developers with you.. ok, perhaps Watcom didn't hit that mark but you get the point.

发现,在我的午夜,可以卸载几乎所有的东西。问题是,这该死的东西隐藏在“帮助->ABOUT”中。谁会在“帮助->安装新软件”或“帮助->检查更新”一遍又一遍之后猜测,从来没有发现过“删除”、“重新安装”或“强制重新安装”之类的东西。说真的,我宁愿回到1990年,那时我们有微软,Borland和Watcom。你选择了你的平台,你将拥有1/3的开发者世界。好吧,也许Watcom没击中那个目标,但你懂的。

So... to uninstall any plugin from Eclipse Helios (Service Release 1) or Springsource 3.5.2 (or 3.6.1 I 'm using), do this:

所以…要卸载Eclipse Helios (Service Release 1)或Springsource 3.5.2(或我正在使用的3.6.1)中的任何插件,请执行以下操作:

  1. close all your projects (just to be on the safe side);
  2. 关闭所有项目(为了安全起见);
  3. Hit menu "HELP-->ABOUT" (yeah.. help, about);
  4. 点击菜单“帮助- - >”(是的. .帮助,关于);
  5. Hit "Installation Details" button and you get the list with all plugins;
  6. 点击“安装细节”按钮,你会得到所有插件的列表;
  7. Click on the one you want to remove; hit uninstall;
  8. 单击要删除的;点击卸载;
  9. If want to remove more than one, just apply the change without restart;
  10. 如果要删除多个,只需应用更改而不重新启动;
  11. Goto to 4) as needed
  12. 需要的话,就去
  13. Finally, restart Eclipse and reinstall what you need !
  14. 最后,重新启动Eclipse并重新安装所需的内容!

It was hard to find, but it worked very well for me.

这很难找到,但对我来说效果很好。