In general, when writing documentation about software, you have to ask your
self "what if the user downloaded 0.9?" or "what if the user downloaded
1.1?"  How do you know what other docs someone might have written, that
might have led the user to have downloaded one version or another?  So the
doc's author was probably trying to be general, expecting you to know what
to do.  Some people won't though.

Perhaps some more specific wording like "replace 'clojure.jar' with the
version of Clojure that you have downloaded." might be of help with those
edge cases.

Welcome to Clojure!

On Sat, Aug 15, 2009 at 5:13 PM, Waysys <wshaf...@waysysweb.com> wrote:

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


-- 
John

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