我试图学习Clojure,并遵循《Clojure for the Brave and True》这本书。
在core.clj
文件中,我输入了M-x cider-jack-in
命令。出现了以下错误
error in process sentinel: Could not start nREPL server: The operation couldn’t be completed. Unable to locate a Java Runtime.
我尝试了8和17版本的Java,我都通过which java
和echo $JAVA_HOME
进行了验证
Lein
命令本身是可行的。
你能帮我吗?