> 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...
I'm not sure about windows, but under *NIX the classpath is colon separated. Maybe using a colon between the two jars instead of a semicolon would 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
