Home  >  Article  >  System Tutorial  >  Graphic method for installing and configuring JDK10 on WIN10

Graphic method for installing and configuring JDK10 on WIN10

WBOY
WBOYforward
2024-04-26 12:07:17934browse

Struggling to install and configure the Java Development Kit (JDK 10) on Windows 10? don’t worry! PHP editor Baicao will provide you with a detailed step-by-step guide to take you through the installation and configuration process easily. Continue reading in this article for detailed steps to ensure proper setup and configuration of JDK 10 on your system.

First, download and install JDK10,

Graphic method for installing and configuring JDK10 on WIN10

Double-click the .exe installation package, follow the wizard and proceed to the next step,

Graphic method for installing and configuring JDK10 on WIN10

If you need to change the installation path, click the [Change] button, set the path, and continue to the next step.

Graphic method for installing and configuring JDK10 on WIN10

The setting is completed. Start installing updated components. Wait patiently.

Graphic method for installing and configuring JDK10 on WIN10

After the JDK installation is completed, the jre installation will pop up. If you need to modify the installation path, the editor recommends that it be in the same directory as the JDK.

Graphic method for installing and configuring JDK10 on WIN10Graphic method for installing and configuring JDK10 on WIN10

The setting is completed and wait. Installation,

Graphic method for installing and configuring JDK10 on WIN10Graphic method for installing and configuring JDK10 on WIN10

Configuration environment

As shown in the figure, right-click [This Computer], pop-up menu, select [Properties],

Graphic method for installing and configuring JDK10 on WIN10

Enter the system interface, click the [Advanced System Settings] option on the left,

Graphic method for installing and configuring JDK10 on WIN10

Open the system properties interface, click the [Environment Variables] button,

Graphic method for installing and configuring JDK10 on WIN10

Enter the interface, click [New] in [System Variables], a dialog box will pop up, the variable name is [JAVA_HOME], the variable value refers to the installation path of the JDK software, enter [D:ProgramFilesJavajdk-10.0.2 ], click OK,

Graphic method for installing and configuring JDK10 on WIN10

Find [Path], edit it, if not found, click New, enter [%JAVA_HOME%bin], click OK,

Graphic method for installing and configuring JDK10 on WIN10

JAVA_HOME and Path settings are completed, click OK and exit,

Graphic method for installing and configuring JDK10 on WIN10

Test environment

Test whether the JDK is configured successfully, press the [Win R] shortcut key, Open the run window, enter cmd, click OK,

Graphic method for installing and configuring JDK10 on WIN10

Open the DOS command prompt interface, enter [java-version] to test, the result is as shown in the figure, the configuration is successful.

Graphic method for installing and configuring JDK10 on WIN10

The above is the detailed content of Graphic method for installing and configuring JDK10 on WIN10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:zol.com.cn. If there is any infringement, please contact admin@php.cn delete