Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debugging 使用swank cdt进行调试clojure时出错:“0”;无法将tools.jar添加到类路径;_Debugging_Clojure_Leiningen - Fatal编程技术网

Debugging 使用swank cdt进行调试clojure时出错:“0”;无法将tools.jar添加到类路径;

Debugging 使用swank cdt进行调试clojure时出错:“0”;无法将tools.jar添加到类路径;,debugging,clojure,leiningen,Debugging,Clojure,Leiningen,我正在学习如何调试clojure应用程序…我尝试了几种工具,但没有人说服我…现在我正在尝试基于cdt的swank cdt…我在这里阅读了说明: 我已经将我的开发依赖项添加到了我的lein项目中(在我的例子中是clojure源代码“1.2.1”,因为我使用的是clojure 1.2.1…) 我已经运行了lein deps…和lein install…elein swank用于repl,slime connect用于连接我的repl…到目前为止还不错…我使用(使用'debugproject.cor

我正在学习如何调试clojure应用程序…我尝试了几种工具,但没有人说服我…现在我正在尝试基于cdt的swank cdt…我在这里阅读了说明:

我已经将我的开发依赖项添加到了我的lein项目中(在我的例子中是clojure源代码“1.2.1”,因为我使用的是clojure 1.2.1…)

我已经运行了lein deps…和lein install…elein swank用于repl,slime connect用于连接我的repl…到目前为止还不错…我使用(使用'debugproject.core)运行良好

现在..尝试(使用“swank.cdt”)时,我会进入stacktrace:

com.sun.jdi.Bootstrap [抛出类java.lang.ClassNotFoundException]

在我的回复中:

警告:无法将tools.jar添加到类路径。这可能会导致CDT初始化失败

我做错了什么

谢谢你的耐心和阅读我所有的博文:D
如果您能帮助我,我将tools.jar复制到lib/dev中,非常感谢。昨天发布的Swank clojure 1.4.0自动为您设置tools.jar垃圾。您不需要符号链接或复制任何内容