#eclipse #eclipse-plugin #aptana
#eclipse #eclipse-плагин #aptana
Вопрос:
Я пытаюсь установить плагин Aptana Studio 3 в Eclipse 3.7 на Ubuntu, но он завершается ошибкой с сообщением
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
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!
Ответ №1:
Попробуйте это:
Откройте настройки Eclipse и найдите Установка / обновление-> Доступное программное обеспечение и убедитесь, что выбран сайт обновления Indigo.
Если он не выбран, добавьте http://download.eclipse.org/eclipse/updates/3.7 и попробуйте установить Studio еще раз.
Надеюсь, это поможет.
Комментарии:
1. Это наставило меня на правильный путь, спасибо. Мне также пришлось запустить Eclipse от имени root, чтобы получить обновления для установки.