Vim 7.1 >Eclipse 4.6.x (Neon)Java SDK 1.7 >=
- Download the Eclim 4.6 installer.
- Install Eclipse 4.6 without using the installer. Using the installer will result in a runtime error while running the eclim 4.6 installer, since the file structure is incorrect.
- Ectract the tar archive into your home
~/. - Define the path variable ECLIPSE_HOME:
export ECLIPSE_HOME='~/eclipse/' - Start eclim
$ECLIPSE_HOME/eclimd(define an appropriate alias) - Test if eclim was installed correctly:
:PingEclimshould returneclim 2.6.0andeclipse 4.6.1.
See here.
java -jar eclim_2.6.0.jar uninstallersudo apt-get autoremove eclipse*rm -r ~/.eclipse/rm -rf eclipserm -rf workspace