Setting up nvim-jdtls for a big java project. #631
Unanswered
BodeaPeGitHub
asked this question in
Q&A
Replies: 1 comment
-
Hi @BodeaPeGitHub were you able to set java 1.8 for nvim ? |
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
-
Hello, I'm working on a big java project and I try to set up my nvim-jdtls but I can't figure out why aren't my functions working. Whenever I try to use "go to definition" it gets me to the import and none of the functions really work.
I use the project in Eclipse and I want to make it usable in Neovim.
In Eclipse I don't load all the classes, I only use a few folders that are included in my build path, I tried to add them here too.
Other important details:
I have a few errors in the console too that I can't fix but they shouldn't interfere with the "go to definition" function.
Here's the console:
Here's my config:
Any help is welcomed, thank you!
Beta Was this translation helpful? Give feedback.
All reactions