如何在Eclipse Indigo中删除旧版本的插件

时间:2012-01-25 19:21:43

标签: eclipse plugins

我正在尝试更新我的插件但是当我这样做时,我得到以下内容。在我可以更新之前,好像我需要删除旧版本的插件。但是,在eclipse文件夹(配置,dropins,p2,插件,功能)中搜索时找不到与旧插件相关的任何文件。我需要做些什么才能解决这个问题?

Cannot complete the install because of a conflicting dependency.
  Software being installed: XSD - XML Schema Definition Model 2.7.0.v20110606-0949 (org.eclipse.xsd.feature.group 2.7.0.v20110606-0949)
  Software currently installed: Oracle Coherence Tools 1.7.3.201107052022 (oracle.eclipse.tools.helios.coherence.feature.group 1.7.3.201107052022)
  Software currently installed: Eclipse Java Development Tools 3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F (org.eclipse.jdt.feature.group 3.6.2.r362_v20101117-0800-7z8XFW6FLFlmjJcvz03jyeFBLS_F)
  Only one of the following can be installed at once: 
    Debug Core 3.7.0.v20110518 (org.eclipse.debug.core 3.7.0.v20110518)
    Debug Core 3.6.0.v20100519 (org.eclipse.debug.core 3.6.0.v20100519)
  Only one of the following can be installed at once: 
    Eclipse Preferences Mechanism 3.3.0.v20100503 (org.eclipse.equinox.preferences 3.3.0.v20100503)
    Eclipse Preferences Mechanism 3.4.1.R37x_v20110725 (org.eclipse.equinox.preferences 3.4.1.R37x_v20110725)
    Eclipse Preferences Mechanism 3.4.0.v20110502 (org.eclipse.equinox.preferences 3.4.0.v20110502)
  Cannot satisfy dependency:
    From: Oracle Coherence Tools UI 3.2.3.201107052022 (oracle.eclipse.tools.coherence.ui 3.2.3.201107052022)
    To: bundle org.eclipse.debug.core [3.6.0,3.7.0)

1 个答案:

答案 0 :(得分:2)

看起来问题就在这里:

  Cannot satisfy dependency:
    From: Oracle Coherence Tools UI 3.2.3.201107052022 (oracle.eclipse.tools.coherence.ui 3.2.3.201107052022)
    To: bundle org.eclipse.debug.core [3.6.0,3.7.0)

您尝试安装的Oracle Coherence Tools UI版本是为Eclipse 3.6(Helios)构建的,但您运行的是Eclipse 3.7(Indigo)。

也许你可以使用更高版本的插件?如果没有,您可能必须恢复到旧版本的Eclipse。