Skip to content
senny edited this page Sep 13, 2010 · 1 revision

Make sure that you installed eclim correctly. The installer should have placed the following files into your Eclipse installation directory:

$ECLIPSE_HOME/eclimd
$ECLIPSE_HOME/plugins/org.eclim_1.4.5/bin/eclim

Furthermore emacs eclim relies on a eclim executable that is placed in your PATH. If you don’t want to add the executable installed into your Eclipse plugin directory you can place a script with the following content in your PATH.
#!/bin/sh
$ECLIPSE_HOME/plugins/org.eclim_1.4.5/bin/eclim $*
Clone this wiki locally