Download and Install JDK 17 on Mac Computer

Q

How to download and install JDK (Java Development Kit) 17 on Mac Computer?

✍: FYIcenter

A

If you want to write Java applications, you can download and install JDK (Java Development Kit) 17 as described below:

1. Go to Java SE Downloads Website.

2. Click "Java 17" tab. You see 3 platform sub-tabs: Linux, macOS and Windows.

3. Click "macOS" sub-tab, if you have a Mac computer. You see a list of ownload packages.

4. Click the link next to "x64 DMG Installer", if your Mac computer uses the x64, also called x86_64, architecture. The package file, will be downloaded in your "Downloads" folder.

5. Double-click the package file name, jdk-17_macos-x64_bin.dmg. You see the installer window.

6. Follow instructions given by the installer to finish the installation.

7. Verify the installation with "java -version" command.

fyicenter$ java -version

java version "17.0.5" 2022-10-18 LTS
Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)

Download and installation of JDK 17 is done.

 

JVM Framework Directories on Mac Computer

What Is JDK 17

Using JDK 17 on Mac Computer

⇑⇑ FAQ for JDK (Java Development Kit) 17

2023-09-03, 348🔥, 0💬