Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装REPL-y。lein 项目工作正常,但是当我尝试运行lein compile时会发生这种情况:
lein compile
线程“主”java.lang.NoSuchMethodError 中的异常:clojure.lang.KeywordLookupSite.(ILclojure/lang/Keyword;)V
有什么建议么?谢谢。
从项目页面:
从 2.x 预览系列开始,REPLy 现在是 leiningen 的一部分。一般来说,它绝对是安装和 Clojure 开发的最佳选择。
所以也许使用 leiningen 2 可以做到这一点。