OpenJDK download and installation tutorial

"OpenJDK official website"

Enter the official website, click Installing----"jdk.java.net

insert image description here

Just enter a JDK version

insert image description here

Just download the corresponding binary JDK according to your own operating system (mine is Windows)

insert image description here

Configure environment variables

JAVA_HOME

你的JDK路径\jdk-17

insert image description here
PATH additional content
insert image description here
WIN+R input CMD

java -version

insert image description here

Guess you like

Origin blog.csdn.net/weixin_43933728/article/details/132022063