2016-08-30 64 views
0

- 是否有辦法安裝舊版本的Goclipse,與我的Eclipse 4.5.2兼容? - 或者,有沒有辦法我可以手動安裝缺失的依賴項(見下文)?如何安裝舊的Goclipse版本?無法在Eclipse 4.5.2上安裝Goclipse 16.1(Mars.2)

我使用Eclipse 4.5.2(Mars.2)。當試圖安裝Goclipse時,我只看到版本16.1,根據Goclipse文檔要求Eclipse 4.6或更高版本。

嘗試安裝Goclipse 16.1時候我目前得到的錯誤是:

Cannot complete the install because one or more required items could not be found. 
    Software being installed: GoClipse 0.16.1.v201607061938 (goclipse_feature.feature.group 0.16.1.v201607061938) 
    Missing requirement: GDB DSF Debugger Integration Core 5.0.0.201606062011 (org.eclipse.cdt.dsf.gdb 5.0.0.201606062011) requires 'bundle org.eclipse.launchbar.core 2.0.0' but it could not be found 
    Missing requirement: GDB DSF Debugger Integration Core 5.0.0.201607151550 (org.eclipse.cdt.dsf.gdb 5.0.0.201607151550) requires 'bundle org.eclipse.launchbar.core 2.0.0' but it could not be found 
    Cannot satisfy dependency: 
    From: GoClipse Eclipse Debug 0.16.1.v201607061938 (com.googlecode.goclipse.debug 0.16.1.v201607061938) 
    To: bundle org.eclipse.cdt.dsf.gdb [5.0.0,6.0.0) 
    Cannot satisfy dependency: 
    From: GoClipse 0.16.1.v201607061938 (goclipse_feature.feature.group 0.16.1.v201607061938) 
    To: com.googlecode.goclipse.debug [0.16.1.v201607061938] 

回答