Skip to content

Eclipse JDT need add-opens and add-modules? #911

Answered by joaotavora
jreicher asked this question in Q&A
Discussion options

You must be logged in to vote

What is eglot-eclipse-jdt for you? That former class has been removed from stock Eglot, though you can add it in your .emacs if you see the need.

In a recent Eglot, eglot-eclipse-jdt has been replaced by a argumentless call to a new Python startup script in JDT 1.9, jdtls. See #868. So maybe:

  • it's that Python script that should have sensible defaults built in.
  • maybe Eglot's default invocation of that startup script should have some arguments, but that Java freight train is not something I'd like to see in eglot.el. So I'm more inclined to putting those in JDT python startup script.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jreicher
Comment options

@joaotavora
Comment options

Answer selected by joaotavora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants