swank-clojure icon indicating copy to clipboard operation
swank-clojure copied to clipboard

lein-swank cdt does not work with lein2 previews

Open xeqi opened this issue 12 years ago • 1 comments

cdt requires some extra jars in the classpath. There were added for lein1 by adding :extra-classpath-dirs to the project. lein2 does not support this.

xeqi avatar Apr 22 '12 18:04 xeqi

For others following this trail, I have worked around this by providing my tools.jar via :source-paths instead.

IE:

:source-paths ["src" "/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/lib/tools.jar"]

timcharper avatar Apr 10 '13 16:04 timcharper