Created
June 18, 2009 07:19
-
-
Save mattdw/131765 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java 6 on Mac OS X 10.5 Leopard | |
=============================== | |
Apparently Java 6 (that is, 1.6) has been available on Mac OS X for | |
quite some time (ie. almost a year.) I was entirely unaware of this; | |
I'm probably not the only one. To enable Java 6, simply run | |
`/Applications/Utilities/Java Preferences.app`, and drag the available | |
JVMs into the order you prefer. | |
This will swap the default 'java', 'javac' etc to point to your first | |
choice, and make your Clojure error messages significantly nicer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment