Using nvim-jdtls conflicts with Eclipse #475
Unanswered
ChrisAmelia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encounter an issue when I'm using
nvim-jdtls
and Eclipse at the same time,the first for the language server and the last for mandatory company's tools regarding development.
The conflict happens, so far, with a Maven project especially regarding the target directory that is produced in the git repository.
Let's call this Maven project
my-project
.More precisely, these are the steps I do
my-project
by opening a Java file: the language server is started, everything works fine.my-project
, completions/diagnostics work fine for Neovim and Eclipse.maven update
.The problem comes when running Tomcat. This is a hypothesis: the target directory is copied into Tomcat,
but is inconsistent due to the two above altering that directory.
What can be done to avoid this conflict?
Beta Was this translation helpful? Give feedback.
All reactions