Posts

Showing posts from November, 2020

How To Set Java, JRE and JDK Home Path and Environment Variables On Windows?

Image
How To Set Java, JRE and JDK Home Path and Environment Variables On Windows? Java is a very popular programming language which provides a different component in order to run, develop Java applications. JRE or Java Runtime Environment is used to run Java application. JDK or Java Development Kit is used to develop Java applications. In this tutorial, we will learn how to set up Java, JRE, and JDK operating system path variables in order to work properly. Locate JRE or JDK Path Before starting the configuration we have to locate the JRE or JDK path. JRE or JDK generally installed on the  Program Files  or  Program Files(x86)  directory under the Java directory like below. Locate JRE or JDK Path  and under the  Java  directory the JDK is residing. Locate JRE or JDK Path  Set Java HOME_PATH Environment Variable Now we have learned the path of the Java, JRE or JDK installation. We can set this path as Java HOME_PATH environment variable. We will open th...