configure classpath with jdtls #1161
Unanswered
thkoch2001
asked this question in
Q&A
Replies: 1 comment
-
This answer will probably help with my question: However I actually worked around the problem by changing .project and .classpath in the project: jdtls apparently does not support ivy. From looking at the jdtls source code it also seems, that jdtls automatically includes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on an Ant project (YaCy) and want to tell jdtls where to look for dependent libraries. I've put the following in
.dir-locals.el
eglot-show-workspace-configuration
reports:But this doesn't do anything. Imports are still marked as resolvable and
eglot-events-buffer
does not contain the string "referencedLibraries".I've looked at these resources for help:
Beta Was this translation helpful? Give feedback.
All reactions