Hullo, I'm trying to run the REPL from the command line. I note that when I include jars in the classpath, including clojure libraries works fine (via use for example). However when adding libraries of Clojure source directories to the classpath I get a very strange error:
user=> (use 'lancet) java.lang.NoSuchMethodError: clojure.lang.RestFn.<init>(I)V (NO_SOURCE_FILE:0) I'm pretty sure my class path is OK. java -cp ~/clojure/clojure/clojure.jar:~/clojure/clojure-contrib/clojure-contrib.jar:src:~/development/clojure/libs/lancet/lib/*:~/development/clojure/libs/lancet clojure.main Thanks, David
-- 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