chore(tags): add macosarmjava tag (#226)
Signed-off-by: Rahul Imran <notlutitious@gmail.com> Co-authored-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
parent
0bc3c7f862
commit
92dbcfdded
1 changed files with 12 additions and 0 deletions
12
tags/macosarmjava.md
Normal file
12
tags/macosarmjava.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Install arm64 Java on macOS
|
||||
color: yellow
|
||||
aliases: ['armmacosjava']
|
||||
---
|
||||
|
||||
On macOS arm64, also known as Apple Silicon (M1, M2, etc.), you will need to install the arm64 version of Java. We recommend using builds from Azul, the links for which can be found below:
|
||||
|
||||
- [Java 8](https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) or versions ≤ 1.16
|
||||
- [Java 17](https://www.azul.com/downloads/?version=java-17-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) for versions ≥ 1.17
|
||||
|
||||
It is recommended to install both Java 8 and Java 17.
|
Loading…
Add table
Add a link
Reference in a new issue