-
Hi all, New to Eglot. I have downloaded a standalone executable Eclipse JDT jar, and I'm able to use Eglot with Eclipse JDT Language Server if I execute the JDT LS from within Emacs Eglot. However, my question is, If I run the Eclipse JDT server manually in the terminal, how do I configure Eglot to connect to it and use it? I tried to run the Eclipse JDT independently using: The Eclipse JDT runs without any issue. Then I tried to set Eglot to connect to it: Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Could you explain what you mean by "doesn't work"? Do you get a backtrace if you try that after saying |
Beta Was this translation helpful? Give feedback.
Could you explain what you mean by "doesn't work"? Do you get a backtrace if you try that after saying
M-x toggle-debug-on-error
?