ervandew / eclim

Expose eclipse features inside of vim.
http://eclim.org
GNU General Public License v3.0
1.04k stars 127 forks source link

Installing eclim on Ubuntu 16.04 Almost Done and I get an error #507

Open nothingtwoit opened 7 years ago

nothingtwoit commented 7 years ago

No luck installing Eclim, does anybody know what the error below means. screenshot from 2017-02-23 22-00-06 I have eclipse neon installed(the latest version).

nothingtwoit commented 7 years ago

jar:file:/home/nothing2it/Downloads/eclim_2.6.0.jar!/installer.xml:145: The following error occurred while executing this line: jar:file:/home/nothing2it/Downloads/eclim_2.6.0.jar!/installer.xml:342: Directory does not exist: /home/nothing2it/eclipse/java-neon/eclipse/features at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:460) at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:119) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:390)

calas commented 7 years ago

Same problem here. Can not install eclim 2.6.0 in Ubuntu 16.04.

First it won't correctly detect eclipse neon version then it fails when it's almost done installing.

install.log.txt

arc-onizuka commented 7 years ago

Try downloading the eclipse distribution and uncompressing where needed instead of using the installer. Also, I recommend to uncompress eclipse in a directory within your home.

Cheers :)

calas commented 7 years ago

Hello Gabriel, thanks for your answer. I tried that but it also failed, here is the log:

install.log.txt

Capri-Sonne commented 7 years ago

Same Error here i when i tried to install 2.6 version. Now i have tried to install the older one. Every thing work fine with (2.5) . Have a good day

arc-onizuka commented 7 years ago

@calas Im affraid i can't bring you a solution. Try @Capri-Sonne approach. So far, I can tell you everything is working fine, even the debugger.

josiah14 commented 7 years ago

Easy workaround for me was just to create the features directory in the eclipse directory using the mkdir command. Worked for me.

@gabrielps delete your features directory to reproduce this error.