I can't for the life of me get Clojure.Contrib to work. No matter what I do, I seem to have it available within clojure. Here's just an example of what I've been trying when calling the repl from the command line...
java -classpath "C:\Program Files\Clojure\clojure.jar";"C:\Program Files\Clojure\clojure-contrib-1.1.0.jar" clojure.main This starts the repl without a problem, but still, any attempt to use a class or function from the contrib library fails, for example, running this at the repl... (use '[clojure.contrib.duck-streams]) Produces this... java.io.FileNotFoundException: Could not locate clojure/contrib/ duck_streams__init.class or clojure/contrib/duck_streams.clj on classpath: (NO_SOURCE_FILE:0) Can anyone help? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
