On 01.01.2010, at 17:29, Stefan Kamphausen wrote:

> I had some errors before compiling and putting the resulting JAR on
> the CP.  But I'm not much of a Java-hero.  What is your classpath?  I
> have swank-clojure/target/swank-clojure-1.0-SNAPSHOT.jar on it.

I always work with the latest Clojure ("new" branch from github).  
Here's my swank setup in .emacs:

(setq swank-clojure-classpath
    (list "~/Development/clojure/clojure.jar"
         "~/Development/clojure-contrib/clojure-contrib.jar"
          "~Development/clojure-dev-utilities"))

The last entry is a directory which contains among other stuff the  
directory "swank" that contains swank.clj and the rest of the swank  
source code.

Konrad.

-- 
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