Where to download JDK 1.6 for OS X?

Currently I use a MacBook Pro with OS X 10.6.7. Where to download JDK 1.6 for OS X?

1

3 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

5

You 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 java6

After installing it successfully, you can create a new project, click "ADD JDK" on "Project SDK" box and choose the place you install Java.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like