Install JDK 6.0 on Mac Os X (intel only)
Download JDK 6.0 on this site and select the binary http://landonf.bikemonkey.org/static/soylatte/
Extract it and copy the folder in the disk (i choose /usr/local)
Open Terminal and type the following commands:
- touch ~/.bash_profile
- open -a Textedit ~/.bash_profile
- add this -> export PATH=”(path of the directory)/bin/:$PATH”
- save and exit, then type source ~/.bash_profile
- then in Terminal, type which javac or java -version to verify changes