On Tue, Jun 14, 2011 at 3:26 PM, octopusgrabbus
<octopusgrab...@gmail.com> wrote:
> This fails:
>
> (ns test-csv
>  (:import (java.io BufferedReader)))
>  (use clojure-csv.core)
>
> with java.lang.ClassNotFoundException: clojure-csv.core
> (NO_SOURCE_FILE:6)
>
> What am I doing wrong?

One thing that stands out is that it should be (:use ...) and not (use
....) in an (ns ...) form. But I wouldn't expect that to cause a
ClassNotFoundException.

-- 
Protege: What is this seething mass of parentheses?!
Master: Your father's Lisp REPL. This is the language of a true
hacker. Not as clumsy or random as C++; a language for a more
civilized age.

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