Saturday, May 16, 2020

How To Install Java 14 JDK And Set JAVA_HOME On Windows 10 System

 Video Tutorial -https://youtu.be/x42zPbaBDPg

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Java is one of the most popular programming languages used to build different kinds of applications and systems. Java runs on all major operating systems and devices. You can find applications developed in Java on your laptop, phone, and game console.

Offcial Website -https://www.oracle.com/index.html

JAVA_HOME is an operating system (OS) environment variable which can optionally be set after either the Java Development Kit (JDK) or the Java Runtime Environment (JRE) is installed. The JAVA_HOME environment variable points to the file system location where the JDK or JRE was installed.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Testing Environment: Windows 10 64 Bit

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Java SE Downloads Link -  https://www.oracle.com/technetwork/java/javase/overview/index.html

C:\Program Files\Java\jdk\bin

To Set JAVA_HOME -

C:\Program Files\Java\jdk

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment