Today I downloaded Clojure version 1.0.0 as a new Clojure user.  I
prepared a .cmd file to run the program.  I copied and pasted in the
instructions from the readme file into the .cmd file:

java -cp clojure.jar clojure.lang.Repl

(This is also the instruction on the "Getting Started" documentation
on the Web site.

I received this error:

Exception in thread "main" java.lang.NoClassDefFoundError: clojure/
lang/Repl

While preparing a blistering message on software that does not even
start up, I noticed that the .jar file was actually named
clojure-1.0.0.jar.  When the correct .jar file name is used, things
work much better.

However, accurate documentation is nice too.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to