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