How To Install JDK 17.0.1 on Windows 11 x64

Аватар автора
Игры и Смех
In this tutorial, I will show you how to install Java Development Kit (JDK) 17.0.1 on Windows 11 x64. You should download the JDK installer: The installed directory is as following: C:Program FilesJavajdk-17.0.1 Setting the environment variables CLASSPATH = . The CLASSPATH variable tells the Java runtime environment searches for classes and other resource files. If you want to include the current directory in the search path, you must include "." in the new settings. JAVA_HOME="C:Program FilesJavajdk-17.0.1" JAVA_HOME tells your OS where there Java installation directory lives. PATH="%JAVA_HOME%bin" The PATH variable specifies where the Java executable directory resides. Java -version The output should display a message indicating the Java 17.0.1 version of the language and runtime. The following is a typical value for the PATH variable: C:WINDOWSsystem32;C:WINDOWS;"C:Program FilesJavajdk-17.0.1" #JAVASE17

0/0


0/0

0/0

0/0