Month: January 2023

Download JDK 19 and Install on Windows 11 (64-bit)

In this article, you will learn how to download JDK 19 for Windows and install JDK 19 on Windows 11 Operating System. In order to start developing Java applications, your system should have JDK (Java Development Kit) installed. This is the first step to start developing the Java application. NOTE: JDK is a java development kit whereas JRE is a java runtime …

Download JDK 19 and Install on Windows 11 (64-bit) Read More »

Download JDK 19 and Install on Windows 10 (64-bit)

In this article, you will learn how to download JDK 19 for Windows and install JDK 19 on Windows 10 Operating System. In order to start developing java applications, your system should have JDK (Java Development Kit) installed. This is the first step to starting developing the Java application. NOTE: JDK is a java development kit whereas JRE is a java runtime …

Download JDK 19 and Install on Windows 10 (64-bit) Read More »

How to set JAVA_HOME environment variable on Windows 10

This article explains how to set JAVA_HOME environment variable on the Windows Operating system. The JAVA_HOME is an environment variable that points to the JDK (Java Development Kit) installation directory. Prerequisite Note: In this tutorial, we are taking the example of JDK 19 which is already installed on the Windows 10 Operating system. Why do …

How to set JAVA_HOME environment variable on Windows 10 Read More »