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

sha*_*hat 7 aptana eclipse eclipse-plugin

我正在尝试将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
Run Code Online (Sandbox Code Playgroud)

我正在使用的包URL是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!
Run Code Online (Sandbox Code Playgroud)

sgi*_*bly 9

试试这个:

打开Eclipse Preferences并查找Install/Update-> Available Software,确保选中Indigo更新站点.

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

希望有所帮助.