Apple Mac Java Download

Apr 16, 2019 Java 7 and later versions are not supported by these older versions of Mac OS X. If you have problems with Java 6, contact Apple Technical Support. Java.com does not provide a download for these systems. Mac OS X Version 10.7.3 (Lion) or newer. Java 7 and later versions can run on your Mac. Oracle Java (Version 7 and later versions) requires an. Os X Installer free download - Apple Java for OS X 10.6, Apple Mac OS X Snow Leopard, R for Mac OS X, and many more programs. If you’re having problems running Java 6 on your Mac in El Capitan then you simply need to install Apple’s legacy Java 6 OS X 2015-001 update. This is a special update from Apple which allows the outdated Java 6 to safely run on your Mac. In the release notes for the Java 6 update, Apple states: Java for OS X 2015-001 installs the legacy. 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.

  1. Apple Mac Java Download Windows 10
  2. Apple Mac Java Download Free

Question or issue on macOS:

Will there need to be a special release of OpenJDK to support the new Apple M1 chip?

I see that there are currently downloads of the JDK for macOS/OS X, but these seem to only be for x86 processors. Is that correct? If so, where can I download a version of OpenJDK for the M1?

Apple Mac Java Download Windows 10

How to solve this problem?

Solution no. 1:

Yes.

On this page: AdoptOpenJDK Latest Releases you can select ‘macOS’ from the ‘Operating System’ dropdown, and then from ‘Architecture’, it’s currently only x64, but soonish there should be AArch64 or ARM64 (those are usually the shortcodes for 64-bit ARM). Possibly, as apple no doubt has a bunch of extensions built into their M1 designs, apple gets its own.

If you instead leave Operation System on ‘any’, you’ll note aarch64 is in there, and this gets you to a linux release for ARM processors. That (probably) won’t run on MacOS on M1 hardware, but that’s 95% of the work already done.

So: It’s not there yet, but note that JDKs for ARM have been available for decade+, and whilst JDK15 has dropped support for a bunch of exotic OS/arch combos (such as solaris), ARM dev has always remained at least partially relevant (even if so far it’s mostly an oracle commercial license offering). That is to say: It should not be a herculean effort to create an adoptopenjdk release that runs on M1s natively, so presumably, it will happen. But, it’s open source effort, so if you’re anxious, by all means, read up and contribute 🙂

Apple has not given any details on this architecture whatsoever until november 10th 2020, unless you bought a devkit box for it (an apple mini with an A14 chip, which isn’t an M1 chip, but close enough I guess), and signed a big NDA.

As a rule, open source projects will run as fast as possible in the opposite direction if you wave an NDA around, so if you dislike this state of affairs, I don’t think it’s wise to complain to adoptopenjdk or other packagers and open source projects about it 🙂

Fortunately, now it’s out, and an NDA is no longer required. My assumption is that the ARM branch of the OpenJDK sourcecode + the macos bits that already exist for the macos-x64 release can be combined rather easily once someone with some familiarity with the openjdk sourcecode has an M1-based macos system to test it on, which should mean an adoptopenjdk macos-aarch64 release should be here within the month.

But, open source. You didn’t pay them, you have no contract, and they don’t owe it to you. Donate to the effort or contribute a pull request if you want it to go faster.

UPDATE:

  • Microsoft’s (yes, really) github source repo for an early access OpenJDK16 build for MacOS on AArch64. Note that microsoft’s been working on the openjdk branch of AArch64 (for ARM-based windows 10) for a while, which goes back to: A lot of the hard work was already done.

Solution no. 2:

Download

Azul is offering MacOS ARM builds of OpenJDK on their website in the Downloads section. I haven’t tried them out yet though, but Azul have been long-time JDK developers.

Update: Once you unpack the Azul JDK, you have to rummage around inside of it until you find the zulu-11.jdk directory (assuming you’ve downloaded jdk11), which you then copy to /Library/Java/JavaVirtualMachines

Solution no. 3:

I am successfully developing Java applications on the new Apple M1 Chip with Azul OpenJDK and Netbeans.

Configuration:
zulu16.0.65-ea-jdk16.0.0-ea.24-macos_aarch64
Netbeans 12.1 and maven.

Solution no. 4:

Apple Mac Java Download Free

It’s not just JEP-391.
There is a preview branch – https://github.com/openjdk/jdk-sandbox/tree/JEP-391-branch

one can build 16-ea using cross-compilation on intel mac or directly on arm mac
and it runs fine

Download

Solution no. 5:

Microsoft/Azul appear to be prime movers on jep-391 in combination with the Windows port (jep-388). They have a separate github repository that actually has an EA release for macOS-aarch64.

Not sure what exact relationship is with openjdk repo.

Hope this helps!