I think your ls showed it, the jar name is clojure-1.0.0.jar, so the
java -cp argument should point to that instead:

  java -cp clojure-1.0.0.jar clojure.lang.Repl


Kyle

On Sat, Jun 6, 2009 at 6:17 PM, darrell <dgalli...@gmail.com> wrote:
>
> Any ideas ?
> Mac OS-X
>
> ~/Downloads/clojure_1.0.0$ java -cp clojure.jar clojure.lang.Repl
> Exception in thread "main" java.lang.NoClassDefFoundError: clojure/
> lang/Repl
>
> ~/Downloads/clojure_1.0.0$ java -cp clojure.jar /clojure.main
> Exception in thread "main" java.lang.NoClassDefFoundError: /clojure/
> main
>
> ~/Downloads/clojure_1.0.0$ ls
> build.xml         epl-v10.html      pom.xml           src
> clojure-1.0.0.jar pom-template.xml  readme.txt        svninfo.txt
>
> ~/Downloads/clojure_1.0.0$ java -version
> java version "1.5.0_16"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-
> b06-284)
> Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
>
> -= Darrell
>
> >
>



-- 
------------------------------------------------------------------------------
kyle.bur...@gmail.com                            http://asymmetrical-view.com/
------------------------------------------------------------------------------

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