无法安装eclim

时间:2014-08-30 09:10:43

标签: linux eclipse vim eclim

有没有人使用过eclim?我想尝试一下,我使用vim作为我的主编辑器,所以我想把它作为无头实例运行。无论如何,我通过无人值守(自动)安装安装它 $ java \ -Dvim.files=$HOME/.vim \ -Declipse.home=/opt/eclipse \ -jar eclim_2.4.0.jar install

我已经下载了eclipse luna并且安装了jdk 7(但我不知道它是否是环境变量的一部分)我最终得到了:

2014-08-30 10:37:40,569 INFO  [ANT] [eclim:unattended] Finished analyzing your eclipse installation.
2014-08-30 10:37:40,572 ERROR [ANT] 
jar:file:/home/jim/Downloads/eclim_2.4.0.jar!/installer.xml:119: java.lang.NullPointerException
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:116)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.formic.ant.Main.runBuild(Main.java:232)
        at org.formic.ant.Main.startAnt(Main.java:81)
        at org.formic.ant.Main.main(Main.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.simontuffs.onejar.Boot.run(Boot.java:306)
        at com.simontuffs.onejar.Boot.main(Boot.java:159)
Caused by: java.lang.NullPointerException
        at org.formic.Installer.getString(Installer.java:201)
        at org.eclim.installer.step.FeatureProvider.getFeatures(FeatureProvider.java:99)
        at org.eclim.installer.ant.UnattendedInstallTask.execute(UnattendedInstallTask.java:73)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        ... 16 more
2014-08-30 10:37:40,582 DEBUG [ANT] 
BUILD SUCCESSFUL
Total time: 19 seconds
java.lang.NullPointerException  

所以我不知道发生了什么。但我在我的系统中找不到eclimd

2 个答案:

答案 0 :(得分:1)

默认情况下,

/opt由root拥有。我的猜测是它确实存在于您的设置中,并且由于eclim在安装过程中需要写入/opt/eclipse,因此会导致错误。尝试使用-R选项更改/opt/eclipse的所有权,或以root身份运行安装。请注意,使用$HOME可能不会导致所需的结果。

答案 1 :(得分:0)

我有同样的问题。我按照说明从源代码构建,这对我有用。

我从Git存储库中检出了master分支,并使用ant来构建和安装eclim。在撰写本文时,导致版本2.4.0.11-ge560abe安装没有错误。从vim运行eclimd然后:PingEclim:EclimValidate报告一切正常。

请注意,eclimd在启动时转储了一个异常:

java.lang.RuntimeException: Unable to aquire PluginConverter service during generation for: /home/pappmar/dev/eclipse/plugins/org.eclim.installer_2.4.0.11-ge560abe.jar

我不知道这是不是问题。它似乎一直在运行。