Hi everyone,

I'm new to clojure and I have been working through Clojure in Action as 
well as Chas Emerick's webcast. I created my environment in Eclipse and 
CCW, but I am having trouble using "use" to get the json library in my 
program namespace.

I have the leiningen project.clj use the [org.danlarkin/clojure-json "1.1"] 
coordinate in the dependencies and it appears to load in the package 
explorer. However, when I run

(use 'clojure.xml)

(use 'org.danlarkin.json)

I get the error: FileNotFoundException Could not locate 
org/danlarkin/json__init.class or org/danlarkin/json.clj on classpath:   
clojure.lang.RT.load (RT.java:430)

What did I miss? Is their some other command I should use to bring in JSON? 
If you happen to have Clojure in Action, I am working through the example 
in Listing 3.6.

Thanks!

Patrick
 

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