安装 Eclipse 可视化编辑器失败
Failed to install Eclipse Visual Editor
我正在尝试安装 Eclipse 可视化编辑器,但在获取 "Cannot perform operation. Computing alternate solutions, may take a while 15/15"
后,它提供了以下详细信息。
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)
一如既往地感谢您的宝贵时间。
错误是说插件需要 com.ibm.icu
插件(Eclipse 的一部分),版本至少为 3.4.4.1 且低于 4.3.0。
Eclipse Mars中com.ibm.icu
的当前版本是54.1.1,上一个合适的Eclipse版本是Eclipse 3.6(很旧)。
看来您的代码已经过时了。
我正在尝试安装 Eclipse 可视化编辑器,但在获取 "Cannot perform operation. Computing alternate solutions, may take a while 15/15"
后,它提供了以下详细信息。
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)
一如既往地感谢您的宝贵时间。
错误是说插件需要 com.ibm.icu
插件(Eclipse 的一部分),版本至少为 3.4.4.1 且低于 4.3.0。
Eclipse Mars中com.ibm.icu
的当前版本是54.1.1,上一个合适的Eclipse版本是Eclipse 3.6(很旧)。
看来您的代码已经过时了。