-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple workspaces with separated config/cache directories #425
Comments
At this point, this is not possible, because lsp-java, dap-java are expecting a single jdtls instance. |
Thank you for your reply. So how would one then work with two projects and different Java installations? I read something about |
you mean different java versions? IOW what is the problem you are trying to solve |
I am trying to develop projects with different versions of |
The different versions of the jdk can be controlled by #254 (comment) Why do you need different jdtls versions? |
Thanks for your replies! The links are really informative, and the suggestions worked. I think this should be documented in the project readme but I understand that this is a lot of work. The only worry I still have is that all projects use the same |
Hi!
I am used to running separate language servers for separate projects (==workspaces in jdtls language?) in one Emacs session. Is this possible with
lsp-java
andjdtls
? I can configurelsp-java
to load one workspace, then restart Emacs (and kill all remaining java daemons/processes), then load another workspace.However, when I load two workspaces in one Emacs session the newly loaded workspace is added to the other
jdtls
instance, instead of running a new instance.Is it possible to have serparate
jdtls
instances serving separate workspaces at the same time?Thank you for your help.
The text was updated successfully, but these errors were encountered: