On Nov 9, 2008, at 9:57 PM, [EMAIL PROTECTED] wrote:
> I've downloaded clojure as described in the getting started pages.
> When I run clojure as described it works and I can execute the
> JOptionPane example and it appears and works.
I downloaded clojure_20080916.zip, expanded it, ran "ant" within it
and then started clojure with:
java -jar clojure.jar
on Leopard using Java 1.6.0_07 and it works:
user=> (System/getProperties)
{java.runtime.name=Java(TM) SE Runtime Environment,
sun.boot.library.path=/System/Library/ ...
If you're checking Clojure out using svn, we're in a transitional time
at the HEAD (see http://clojure.svn.sourceforge.net/viewvc/clojure/).
The most recent recommended version for general use is 1088.
svn update -r 1088
or
svn co -r 1088
If you continue to have trouble, please give more detail about your
hardware (ppc vs. intel) and software (os and java versions) setup and
what steps you're following.
--Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---