Проблемы с установкой eclim
У меня возникли проблемы с моей установкой eclim, где во время установки с графическим интерфейсом мне предлагается указать каталог моей установки Eclipse. Когда я ввожу каталог, я не могу продолжить, панель ввода становится красной и кнопка "Далее" становится недоступной.
Вот копия поста, который я сделал на странице Групп Google для конечных пользователей (которая, кажется, довольно не отвечает):
Я мог бы упустить что-то тривиальное здесь, но я не могу понять, что не так.
В настоящее время я работаю над OS X (El Capitan), с MacVim (7.4). Eclipse.app устанавливается в ~/Applications/java-mars, поэтому я предположил, что это каталог, который eclim запрашивает при установке GUI; тем не менее, строка каталога становится красной и не позволяет мне продолжить.
Затем я попытался клонировать из git и использовать ant для сборки eclim, используя -Declipse.home=~/Applications/java-mars/Eclipse.app/, но сборка не удалась, сказав, что org.eclipse.core.runtime не существует. Кажется, это находится в моем каталоге ~/.p2, но сборка завершается неудачно, когда я пытаюсь использовать этот набор в флаге Declipse.home.
Должно быть, я упускаю из виду что-то тривиальное, например, указание неправильного каталога, но любая помощь, указывающая мне правильное направление, будет принята с благодарностью.
В итоге я получил eclim для компиляции из исходного кода, установив Declipse.home
в один из каталогов в моем ~/.p2
где org.eclipse.core.runtime
был найден, но теперь я не могу казнить eclimd
с этим как мои логи:
!SESSION 2016-01-21 03:09:07.366 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_65
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: --launcher.suppressErrors -refresh -application org.eclim.application
Command-line arguments: --launcher.suppressErrors -debug -clean -refresh -application org.eclim.application
!ENTRY org.eclim 4 0 2016-01-21 03:09:09.335
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclim [94]
Unresolved requirement: Require-Bundle: org.eclipse.core.filebuffers
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclim.core 4 0 2016-01-21 03:09:09.338
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclim.core [95]
Unresolved requirement: Require-Bundle: org.eclim
-> Bundle-SymbolicName: org.eclim; bundle-version="2.5.0"; singleton:="true"
org.eclim [94]
Unresolved requirement: Require-Bundle: org.eclipse.core.filebuffers
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclim.jdt 4 0 2016-01-21 03:09:09.339
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclim.jdt [96]
Unresolved requirement: Require-Bundle: org.apache.ant
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclim.vimplugin 4 0 2016-01-21 03:09:09.339
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclim.vimplugin [97]
Unresolved requirement: Require-Bundle: org.apache.ant
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.osgi.compatibility.state.nl_ja 2 0 2016-01-21 03:09:12.315
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_ja [323]
Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
!ENTRY org.eclim 2 0 2016-01-21 03:09:12.315
!MESSAGE Could not resolve module: org.eclim [94]
Unresolved requirement: Require-Bundle: org.eclipse.core.filebuffers
!ENTRY org.eclipse.osgi.compatibility.state.nl_zh 2 0 2016-01-21 03:09:12.315
!MESSAGE Could not resolve module: org.eclipse.osgi.compatibility.state.nl_zh [324]
Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
Unresolved requirement: Fragment-Host: org.eclipse.osgi.compatibility.state
!ENTRY org.eclim.jdt 2 0 2016-01-21 03:09:12.316
!MESSAGE Could not resolve module: org.eclim.jdt [96]
Unresolved requirement: Require-Bundle: org.apache.ant
!ENTRY org.eclim.vimplugin 2 0 2016-01-21 03:09:12.316
!MESSAGE Could not resolve module: org.eclim.vimplugin [97]
Unresolved requirement: Require-Bundle: org.apache.ant
!ENTRY org.eclim.core 2 0 2016-01-21 03:09:12.316
!MESSAGE Could not resolve module: org.eclim.core [95]
Unresolved requirement: Require-Bundle: org.eclim
-> Bundle-SymbolicName: org.eclim; bundle-version="2.5.0"; singleton:="true"
org.eclim [94]
Unresolved requirement: Require-Bundle: org.eclipse.core.filebuffers
!ENTRY org.eclipse.osgi 4 0 2016-01-21 03:09:12.316
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclim.application" could not be found in the registry. The applications available are: com.jrockit.mc.rcp.application.app, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)