简体   繁体   English

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

[英]How do I install Aptana plugin in Eclipse 3.7?

I'm trying to install the Aptana Studio 3 plugin into Eclipse 3.7 on Ubuntu, but it is failing with the message 我正在尝试将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

The package URL I'm using is http://download.aptana.com/studio3/plugin/install . 我正在使用的包URL是http://download.aptana.com/studio3/plugin/install What am I doing wrong? 我究竟做错了什么?

Update: I followed sgibly's advice below and now the install gets to about 49% before failing with this message: 更新:我遵循了下面的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!

Try this: 尝试这个:

Open the Eclipse Preferences and look for Install/Update->Available Software and make sure that the Indigo update site is selected. 打开Eclipse Preferences并查找Install / Update-> Available Software ,确保选中Indigo更新站点。

If it's not selected, add http://download.eclipse.org/eclipse/updates/3.7 and try to install the Studio again. 如果未选中,请添加http://download.eclipse.org/eclipse/updates/3.7并尝试再次安装Studio。

Hope that helps. 希望有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM