the new entry point is clojure.main java -cp clojure.jar clojure.main ;no slash, with the corrent jar name
java -cp clojure.jar clojure.main --help will print a nice help message On Sun, Jun 7, 2009 at 8:20 AM, darrell<[email protected]> wrote: > > OK, embarrassing > > Thanks, I was caught wishing to see a wow fun demo, without thought on > my part. > > -= Darrell > > On Jun 7, 10:13 am, "Kyle R. Burton" <[email protected]> wrote: >> 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 >> > > > > -- And what is good, Phaedrus, And what is not good— Need we ask anyone to tell us these things? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
