i coded the foo.clj program ========================= (ns foo) (defn hello [x] (println "Hello," x))
(if *command-line-args* (hello "command line") (hello "REPL")) ========================= I run this line java -cp c:/opt/jars/clojure.jar:. clojure.main foo.clj I get it can't find clojure.main ===================== I created the c:/opt/jars folders and put clojure.jar and clojure.contrib.jar in it. . What is the best way to install clojure??? -- 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