Java Runtime 6 Mac Download Version
I want to open my Adobe Programs (Illustrator, Photoshop, etc.) on my new Mac running OS 10.11.4 and when I go to open it I get the message To open 'Photoshop CS5.1' you need to install the legacy Java SE 6 runtime. I tried to install it but I get the message Java for OS X can't be installed because a newer version is already installed. If you want to run Java programs, but not develop them, download the Java Runtime Environment, or JRE™. Important Oracle JDK License Update.
Since OS X 10.7 Java is not (pre-)installed anymore, let’s fix that. As I’m writing this, Java 11.0.4 is the latest version and AdoptOpenJDK is one of the best places to find Prebuilt OpenJDK Binaries. Easy to follow details about how to install OpenJDK are available here.
Get Apple Java and install legacy Java 6 runtime on your Mac. The software package works with OS X 10.7 through macOS 10.13. Apr 04, 2015 How to Fix when you have Java SE 6 Runtime Issue on Mac OSx Yosemite. Click the link below to get redirected to MAC support page to download the Java 100% wo. Download Java for OS X 2017-001 Java for macOS 2017-001 installs the legacy Java 6 runtime for macOS 10.13 High Sierra, macOS 10.12 Sierra, macOS 10.11 El Capitan, macOS 10.10 Yosemite, macOS 10.9 Mavericks, macOS 10.8 Mountain Lion, and macOS 10.7 Lion. Java Runtime Environment is a free program that lets people run Java computer software on their devices. It is compatible with Apple Mac, Linux, and Microsoft Windows electronics on both 32-bit and 64-bit operating systems.

However, the easiest way is to select OpenJDK 11 (LTS), the HotSpot JVM, and macOS x64, which will expose two option like these:
Clicking on “Install JDK installer”, will download the OpenJDK installer package, e.g. OpenJDK11U-jdk_x64_mac_hotspot_11.0.4_11.pkg, which when executed, will install into this location: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk
Almost done. After opening a terminal, the successful installation of the JDK can be confirmed like so:
… hopefully showing something like this:
JAVA_HOME is an important environment variable and it’s important to get it right. Here is a trick that allows me to keep the environment variable current, even after a Java Update was installed. In ~/.zshrc, I set the variable like so:
In previous macOS versions, this was done in ~/.bash_profile. Now it’s done.
Source Code
The source code of the Java Platform, Standard Edition 11 Reference Implementations binaries is available under the GPLv2 in a single zip file.

API Specification
Java Se Runtime Environment 6 Mac Download
The API Specification of the Java Platform, Standard Edition and Java Development Kit
can be found here: https://docs.oracle.com/en/java/javase/11/docs/api/
.