如何在Eclipse 3.7中安装Aptana插件?

时间:2011-11-08 23:02:51

标签: eclipse eclipse-plugin aptana

我正在尝试将Aptana Studio 3插件安装到Ubuntu上的Eclipse 3.7中,但它没有显示消息

An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.jdt.core,3.7.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.core.manipulation,1.4.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.debug,3.7.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.launching,3.6.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.ui,3.7.0.dist
No repository found containing: osgi.bundle,org.junit,3.8.2.v3_8_2_v20100427-1100

我正在使用的包网址是http://download.aptana.com/studio3/plugin/install。我究竟做错了什么?

更新:我按照下面的sgibly建议,现在安装大约达到49%,然后才收到此消息:

An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Comparison method violates its general contract!
Comparison method violates its general contract!

1 个答案:

答案 0 :(得分:9)

试试这个:

打开Eclipse首选项并查找安装/更新 - >可用软件,并确保选中 Indigo 更新站点。

如果未选中,请添加 http://download.eclipse.org/eclipse/updates/3.7 并尝试重新安装Studio。

希望有所帮助。