I'd like to be using swank-cdt, but I'm running into the tools.jar
problem

warning: unabled to add tools.jar to classpath.
CDT  1.4.0a startup failed:  #<RuntimeException
java.lang.RuntimeException: java.io.IOException: Not a debuggee, or
not listening for debugger to attach>

In project.clj, I've tried
:extra-classpath-dirs ["/usr/lib/jvm/java-6-sun/lib/tools.jar"]
and
:dev-resources-path "/usr/lib/jvm/java-6-openjdk/lib/tools.jar"

Neither worked

I've also tried symlinking tools.jar as mentioned here
http://groups.google.com/group/clojure/msg/70236500461be9c6?dmode=source

I have swank 1.4.0-SNAPSHOT installed as a leiningen plugin and I run
it in Emacs23 using M-x clojure-jack-in

Any suggestions?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to