Just build it :-) I used the source at http://github.com/richhickey/clojure/tree/master to build the clojure.jar Now everything works fine.
Terrance Davis wrote: > The details help a lot. I was able to ensure I am doing the same steps > with a file not found exception instead of a working file. > > I notice that the you used 'clojure.jar' whereas I am using > 'clojure-1.0.0.jar'. Did you happen to compile your clojure.jar from > source? I used the current release download. I am starting to wonder > if I need to build from source to get this classpath problem to go > away. > > On Tue, Sep 1, 2009 at 12:05 PM, Krukow<karl.kru...@gmail.com> wrote: > >> >> On Sep 1, 5:03 pm, Terrance Davis <terrance.da...@gmail.com> wrote: >> >>> Okay. Here's some additional information. >>> >>> I have tried on OS X 10.6 and Vista and no dice either place. I am NOT >>> >> This works for me on Mac: >> krukow:~/examples$ ls -R >> classes clojure.jar src >> ./classes: >> ./src: >> clojure >> ./src/clojure: >> examples >> ./src/clojure/examples: >> hello.clj >> krukow:~/examples$ java -cp clojure.jar:./src:./classes clojure.main >> Unable to find a $JAVA_HOME at "/usr", continuing with system-provided >> Java... >> Unable to find a $JAVA_HOME at "/usr", continuing with system-provided >> Java... >> Clojure 1.1.0-alpha-SNAPSHOT >> user=> (compile 'clojure.examples.hello) >> clojure.examples.hello >> user=> (clojure.examples.hello.) >> #<hello clojure.examples.he...@dfbabd> >> user=> ^D >> krukow:~/examples$ java -cp clojure.jar:./src:./classes >> clojure.examples.hello Karl >> Unable to find a $JAVA_HOME at "/usr", continuing with system-provided >> Java... >> Unable to find a $JAVA_HOME at "/usr", continuing with system-provided >> Java... >> Hello Karl! >> krukow:~/examples$ >> >> >> >> >> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---