Currently I use a MacBook Pro with OS X 10.6.7. Where to download JDK 1.6 for OS X?
13 Answers
It should already be on your MBP, but if not, try here:
Java for Mac OS X 10.6 Update 4
To see if it's installed on your machine, run: /Applications/Utilities/Java Preferences
5You can download it directly from Apple at:
We can download JDK when we create a project using IntelliJ.
However, JDK 1.6 is not on the list anymore.
You can open your terminal and install it with Homebrew.
brew install java6After installing it successfully, you can create a new project, click "ADD JDK" on "Project SDK" box and choose the place you install Java.