2012-01-25 19 views
0

我試圖更新我的插件,但是當我這樣做時,我得到以下內容。似乎我需要在更新之前刪除舊版本的插件。但是,在eclipse文件夾(配置,插件,p2,插件,功能)中搜索沒有發現任何與舊插件相關的文件。我需要做些什麼來解決這個問題?如何在Eclipse Indigo中刪除舊版插件

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) 

回答

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) 

你想安裝構建適用於Eclipse 3.6(太陽神)的Oracle Coherence的工具UI的版本,但你運行Eclipse 3.7(靛藍)。

也許有更高版本的插件可以使用?如果不是,則可能需要恢復到舊版本的Eclipse。

+1

另一種選擇是刪除Oracle Coherence工具,然後安裝現在正在嘗試安裝的任何程序。 –

+0

我認爲問題在於我必須刪除舊版本的調試核心。你說這是錯誤的做法,我應該看看其他部分呢? –

+0

該消息是說Coherence Tools需要來自Eclipse 3.6(或更高版本)的org.eclipse.debug.core,並且此要求與您嘗試安裝的功能不一致。按照Eric的建議刪除Coherence工具將允許使用更高版本的debug.core包。 –