Replies: 1 comment
-
I think I have seriously messed and mixed up mason, lspconfig, jdtls. I have to check that first. |
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
-
As far as I understand there should be multiple actions (like
JDTSetRuntime
) available when using jdtls. This is not the case for me (noJDT*
actions at all). How is it controlled that these actions can be used?Background:
I have the problem
Can't use Java 17.0.6 and Gradle 6.8.3 to import Gradle project.
I tried settingruntimes
and it worked for some time but it suddenly stopped working today. I want to try to set the runtime usingJDTSetRuntime
manually.Edit:
I found the command
lua require('jdtls').set_runtime('JavaSE-11')
but that fails asjdtls
is not found. I have installedjdtls
using Mason.Beta Was this translation helpful? Give feedback.
All reactions