add home to jdtls server
This commit is contained in:
parent
511f2290fb
commit
bc619141fc
|
@ -211,7 +211,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
cmd = {
|
cmd = {
|
||||||
"/.sdkman/candidates/java/17.0.10-tem/bin/java", -- or '/path/to/java17_or_newer/bin/java'
|
home .. "/.sdkman/candidates/java/17.0.10-tem/bin/java", -- or '/path/to/java17_or_newer/bin/java'
|
||||||
-- depends on if `java` is in your $PATH env variable and if it points to the right version.
|
-- depends on if `java` is in your $PATH env variable and if it points to the right version.
|
||||||
|
|
||||||
"-Declipse.application=org.eclipse.jdt.ls.core.id1",
|
"-Declipse.application=org.eclipse.jdt.ls.core.id1",
|
||||||
|
|
Loading…
Reference in New Issue