It looks like those instructions are a bit out of date. The download does
not contain a "clojure.jar" - it contains "clojure-1.3.0.jar".
Just put that after -cp, and it should work.
- Chris
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post t
On Sat, Nov 26, 2011 at 10:30 PM, Clojure NewB wrote:
> When I launch Clojure, the following is displayed
...
> Would someone explain what happened?
> I've followed the directions here http://clojure.org/getting_started
See my other reply: don't worry about the bare Clojure library or
trying to r
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