On Thu, Apr 29, 2010 at 6:58 PM, Rainer <wolf.rai...@gmail.com> wrote:

> Hello,
>
> I'm stuck with "Programming Clojure" on page 37 on a Windows 7
> machine. After downloading the "examples" dir into "C:/clojure", I
> typed:
>
> user> (require 'examples.introduction)
>
> and I got
>
> ; Evaluation aborted.
>
> java.io.FileNotFoundException: Could not locate examples/
> introduction__init.class or examples/introduction.clj on classpath:
> (NO_SOURCE_FILE:0)
>
> My .emacs file looks like this:
>
> (setq swank-clojure-extra-classpaths
>                (list "C:/Clojure"))
>

I'm not sure what version of Clojure Box you have, but in 1.1 you should set
swank-clojure-classpath, not swank-clojure-extra-classpaths.

Shawn

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