Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Eclim for Eclipse in Emacs #105

Open
aluva opened this issue Mar 12, 2020 · 0 comments
Open

Unable to install Eclim for Eclipse in Emacs #105

aluva opened this issue Mar 12, 2020 · 0 comments

Comments

@aluva
Copy link

aluva commented Mar 12, 2020

I did this:

$ sudo apt install eclipse eclipse-jdt

Then, tried to install eclim using use-package in Emacs:

(use-package eclim
      :ensure t
      :config
       (require 'eclim)
       (setq eclimd-autostart t)
       (defun my-java-mode-hook ()
       (eclim-mode t))
       (add-hook 'java-mode-hook 'my-java-mode-hook))

It seems, use-paclage did not install it though evaluation showed t. Then, I used terminal:

downloaded:

eclim_2.8.0.bin

debian# cd Downloads

`debian# ./eclim_2.8.0.bin`

Welcome to the installer for eclim 2.8.0.
Please specify the root directory of your eclipse install.
Ex: /opt/eclipse
/usr/local/eclipse

> `/home/tom/.eclipse/`

The eclipse launcher/executable could not be found in that directory

eclipse is installed in ~/.eclipse

(1) What is the root directory of eclipse install?

(2) Also, how to configure executable directory path, using use-package in Emacs?

(3) And, use-package shows that there is no emacs-eclim package in the repository!

(use-package emacs-eclim
   :ensure t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant