I am trying to run la Clojure that requires the JDK I have downloaded and installed sun version 7 on OSX Mountain Lion (OSX 10.8.2) this is what I have;
brooke java -version
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
➜ brooke whereis java
/usr/bin/java
When I go to settings project General for project SDK it show <no SDK> and it opens finder for the new one which doesn't allow me to select /usr/bin/java
How do I set up JDK?