Update configuration to reflect current setup

This commit is contained in:
Riz Ashraf
2026-02-23 03:02:20 +00:00
parent 8cc68fef1d
commit 691a8dfd29
6 changed files with 38 additions and 16 deletions
+1 -1
View File
@@ -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 = {