从存储库安装 Eclipse 插件时出错

Error installing Eclipse plugin from repository

我正在尝试从 eclipse 中的存储库安装插件,但是当我这样做时出现此错误:

An error occurred while installing the items session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.googlecode.veloeclipse.ui 2.0.8, action=). Failed to prepare partial IU: [R]com.googlecode.veloeclipse.ui 2.0.8.

我读到通过删除 Eclipse 根文件夹中的 artifacts.xml 文件可以解决问题,但事实并非如此。

我们如何解决这个问题?

为了解决这个问题,我刚刚添加了一个以前的插件:

http://download.eclipse.org/eclipse/updates/4.4 Eclipse 测试、示例和其他 -> Eclipse 2.0 样式插件支持

然后我安装了 Veloeclipse。

希望对您有所帮助。