Eclipse JDT need add-opens and add-modules? #911
-
Using jdt-1.9.0 and eglot both out of the box on Windows, the language server can't resolve names such as Object and String. The jdt docs say to run it with ... and this does indeed fix the issue. Is there a reason this isn't part of the arguments hardcoded for eglot-eclipse-jdt? Is there a different/better way to have jdt resolve these names? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What is In a recent Eglot,
|
Beta Was this translation helpful? Give feedback.
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: