Home > Article > System Tutorial > Graphic method for installing and configuring JDK10 on WIN10
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,
Double-click the .exe installation package, follow the wizard and proceed to the next step,
If you need to change the installation path, click the [Change] button, set the path, and continue to the next step.
The setting is completed. Start installing updated components. Wait patiently.
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.
The setting is completed and wait. Installation,
Configuration environment
As shown in the figure, right-click [This Computer], pop-up menu, select [Properties],
Enter the system interface, click the [Advanced System Settings] option on the left,
Open the system properties interface, click the [Environment Variables] button,
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,
Find [Path], edit it, if not found, click New, enter [%JAVA_HOME%bin], click OK,
JAVA_HOME and Path settings are completed, click OK and exit,
Test environment
Test whether the JDK is configured successfully, press the [Win R] shortcut key, Open the run window, enter cmd, click OK,
Open the DOS command prompt interface, enter [java-version] to test, the result is as shown in the figure, the configuration is successful.
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!