When I launch Clojure, the following is displayed
java -cp clojure.jar clojure.main
Exception in thread "main" java.lang.NoClassDefFoundError: clojure/main
Caused by: java.lang.ClassNotFoundException: clojure.main
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessCo
Hi,
I've just installed Clojure 1.3 on a MBP, OSX 10.6.8.
After unzipping the download, I'm left with a directory with a few .jar
files and two subdirectories.
(I'm also a Java newb too)
How do I run Clojure?
Thanks
--
You received this message because you are subscribed to the Google
Gr