2016-04-25 32 views
0

我想安裝Eclipse可視化編輯器,但得到"Cannot perform operation. Computing alternate solutions, may take a while 15/15"它給出了以下詳細信息。未能安裝Eclipse可視化編輯器

Cannot complete the install because one or more required items could not be found. 
    Software being installed: Visual Editor 1.5.0.R20101202-1328 (org.eclipse.ve.feature.group 1.5.0.R20101202-1328) 
    Missing requirement: Visual Editor Common Data Editor 1.5.0.R20101202-1328 (org.eclipse.ve.cde 1.5.0.R20101202-1328) requires 'bundle com.ibm.icu [3.4.4.1,4.3.0)' but it could not be found 
    Cannot satisfy dependency: 
    From: Visual Editor 1.5.0.R20101202-1328 (org.eclipse.ve.feature.group 1.5.0.R20101202-1328) 
    To: org.eclipse.ve.cde [1.3.0,2.0.0) 

一如既往地感謝您的時間。

回答

1

錯誤是說插件需要com.ibm.icu插件(Eclipse的一部分),其版本至少爲3.4.4.1和4.3.0以下。

Eclipse Mars中com.ibm.icu的當前版本是54.1.1,最新版本的Eclipse與適當的版本是Eclipse 3.6(很舊)。

所以它看起來像你的代碼是非常過時的。

+0

非常感謝greg的解釋,我將使用Eclipse WindowBuilder代替。 –