Open JDK Installation on Windows 10

111 Aufrufe
Published
Step-by-step procedure to download and install the latest OpenJDK 8 on Windows 10.

Download JDK Distributions:
----------------------------------------------------------
https://jdk.java.net/java-se-ri/8-MR3
----------------------------------------------------------

1. Download the OpenJDK 8 "openjdk-8u41-b04-windows-i586-14_jan_2020" zip file
2.Extract the downloaded zip file to your local directory
3. Set the OpenJDK 8 bin path in the environment path
3.1 Copy the extracted OpenJDK 8's bin path (Example: "C:\Program Files\OpenJDK\java-se-8u41-ri\bin")
3.2 Go to System Properties -- Advanced System Settings -- Click on Environment Variables -- Edit the path variable -- Add path variable( if it is not already added )and click OK to finish.
4. Verify the installed OpenJDK 8 version using Command Prompt
5.Go to command prompt and type "java -version"
The above command prints the OpenJDK 8 version you installed.
Kategorien
PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.