Update configuration to reflect current setup
This commit is contained in:
@@ -587,7 +587,7 @@ local function get_jdtls_config()
|
||||
|
||||
local java_cmd = "java"
|
||||
if vim.fn.has("win32") == 1 then
|
||||
java_cmd = "C:/Program Files/Eclipse Adoptium/jdk-25.0.1.8-hotspot/bin/java.exe"
|
||||
java_cmd = "C:/Program Files/Eclipse Adoptium/jdk-25.0.2.10-hotspot/bin/java.exe"
|
||||
end
|
||||
|
||||
local cmd = {
|
||||
|
||||
Reference in New Issue
Block a user