Hi all,

I put the example code from Programming Clojure book
here:

C:\shcloj-code\code\examples

I verified that "introduction.clj"  is there.

This is cut and pasted from my .emacs file located in c:\program files\brian


(setq swank-clojure-classpath
    (list "c:\shcloj-code\code\examples"))
but when I enter (require 'introduction)

I get this:

java.io.FileNotFoundException: Could not locate introduction__init.class or introduction.clj on classpath: (NO_SOURCE_FILE:0)
 [Thrown class clojure.lang.Compiler$CompilerException]

Restarts:
0: [ABORT] Return to SLIME's top level.
1: [CAUSE] Throw cause of this exception

Backtrace:
 0: clojure.lang.Compiler.eval(Compiler.java:4543)
 1: clojure.core$eval__3990.invoke(core.clj:1728)
--more--

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