3

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

1

3 Answers 3

1

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
  • that is NOT the jdk... Commented Nov 8, 2013 at 2:53
  • Right, it's the JRE, but that's what the original poster was asking for.
    – Eric
    Commented Nov 8, 2013 at 6:21
  • he mentioned " JDK 1.6 for OS X" explicitly Commented Nov 8, 2013 at 6:30
  • 1
    But he wanted the JRE
    – Eric
    Commented Nov 8, 2013 at 17:01
  • 1
    If you are actually looking for the JDK and not just the JRE, you can install it with brew: brew cask install java6 Commented Mar 10, 2020 at 7:30
2

You can download it directly from Apple at: http://support.apple.com/kb/DL1572

0

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.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .