I'm still having a hard time understanding how namespaces work apparently. 
I have a project that has two Clojure source files called core.clj and 
generator.clj. Both files are in the same directory, src/main/clj. 

In core.clj I have this:

(ns core
  (:use [cascalog.playground]
        [generator])
  (:import [org.joda.time.format DateTimeFormat DateTimeFormatter]))

and trying to execute it or compile (using C-x C-e or C-c C-k) I get the 
error

Could not locate generator__init.class or generator.clj on classpath: 
  [Thrown class java.io.FileNotFoundException]

Could someone help me understand what I'm doing wrong?

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