Clojure Box: Problem with classpath (noob question)

Posted by Rainer on Stack Overflow See other posts from Stack Overflow or by Rainer
Published on 2010-04-30T15:03:55Z Indexed on 2010/05/01 13:17 UTC
Read the original article Hit count: 329

Filed under:
|

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

The files in C:/Clojure are there (I triplechecked)

Any help will be appreciated.

© Stack Overflow or respective owner

Related posts about clojure

Related posts about classpath