LittleBlackTong
LittleBlackTong
(use-package lsp-java :ensure t :init (setq lsp-java-java-path "/usr/local/Cellar/openjdk@17/17.0.7/libexec/openjdk.jdk/Contents/Home/bin/java") :config (setq lsp-java-configuration-runtimes '[(:name "JavaSE-1.8" :path "/usr/local/Cellar/openjdk@8/1.8.0+372/libexec/openjdk.jdk/Contents/Home/" :default t ) (:name "JavaSE-17" :path "/usr/local/Cellar/openjdk@17/17.0.7/libexec/openjdk.jdk/Contents/Home/" )]) (add-hook 'java-mode-hook 'lsp)) (require 'lsp-java-boot) ;; to...
lsp-workspace-command-execute: ‘workspace/executeCommand’ with ‘vscode.java.resolveClasspath’ failed. (error "Failed making field ’java.lang.StackTraceElement#classLoaderName’ accessible; either increase its visibility or write a custom TypeAdapter for its declaring type.") Mark set I need some help