I think the basic problem is Clojure is not able to find the
clojure-csv jar file. I'm afraid I'm not quite clear enough on your
specific setup to know exactly what has gone wrong. I'm not sure where
you have this jar, or what exactly the shell scripting stuff is in
that command you're using to launch it... Can you double-check to make
sure that clojure-csv is on the classpath?

  - David

On Tue, Jun 14, 2011 at 2:26 PM, octopusgrabbus
<octopusgrab...@gmail.com> wrote:
> I am trying to use clojure-csv, but am having a lot of cockpit error.
>
> Here is my current configuration:
> Running Clojure 1.2.1.
> Modified a shell script installed by Synaptic to include clojure-
> contrib.jar:
>
> exec java -cp /usr/share/java/clojure.jar:/usr/share/java/clojure-
> contrib.jar"$extra_classpath" clojure.main "$@"
>
> clojure.jar and clojure-contrib.jar are links
> lrwxrwxrwx 1 root root      25 2011-06-09 18:38 /usr/share/java/
> clojure-contrib.jar -> clojure-contrib-1.2.0.jar
> lrwxrwxrwx 1 root root      17 2011-06-09 18:23 /usr/share/java/
> clojure.jar -> clojure-1.2.1.jar
> c
>
> 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?
>
> Thanks.
> cmn
>
> --
> 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

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