Okay, this is probably a stupid question, but I have these three lines at the top of my file:
(use 'clojure.contrib.duck-streams) (use 'clojure.contrib.classpath) (use 'clojure.contrib.string) I get the error message: java.io.FileNotFoundException: Could not locate clojure/contrib/ string__init.class or clojure/contrib/string.clj on classpath: (test.clj:18) If I type (classpath) at the repl I see #<File C: \clojure-1.1.0\clojure-contrib.jar> is in there. I find it odd that duck-streams and classpath work while string does not. I also notice that io won't work. What am I 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