Deva Point

deva point

Our Latest Programming Tutorial

Easy To Learning

How to download and install Java JDK packages

Installing JDK (Java) on 64 bit Windows or macOS

Go to Oracle’s OpenJDK JDK binaries for desktop or laptop Windows, macOS, and Linux are available on release-specific pages of jdk.java.net as .tar.gz or .zip archives.

Iinstall Java on 64 bit Windows machines in this step-by-step guide

Navigate the Oracle Java Download Page
Navigate to the Java download page for the latest Java release
Click on the linkJDK Download for Windows”.
Click on the linkJDK Download for MacOS”.
Click on the linkJDK Download for Linux”.
As an example, the archives for JDK 13 may be found on jdk.java.net/13 and may be extracted on the command line using

$ tar xvf openjdk-13*_bin.tar.gz
or

$ unzip openjdk-13*_bin.zip
depending on the archive type.

Published
Categorized as Java

Leave a comment

Your email address will not be published. Required fields are marked *