On Wed, Jan 13, 2010 at 8:38 PM, brian <brw...@gmail.com> wrote: > > I was wondering if this is the right statement for setting the external > classpath? > > setq swank-clojure-classpath >
Another way is to use M-x swank-clojure-project. You enter a directory and it automatically adds that directory/src to the classpath. You could drop all of the shcloj-code\code into, say, c:\projects\shcloj\src. M-x swank-clojure-project and at the prompt c:\projects\shcloj. Then try (require 'examples.introduction). If that doesn't work, check the value of swank-clojure-classpath after the REPL starts: C-h v swank-clojure-classpath. Make sure it looks good and then fire up SysInternals ProcMon and filter on *.clj and see where the system is really looking.
-- 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