Big data learning monk 2022-02-13 07:18:31 阅读数:108
win10 The system configuration JDk The most detailed tutorial on environment variables
JAVA_HOME
“” A variable's value “ by JDK The installation path , The author's path is ”D:\jdk1.8.0_102
“
Click on ” determine “ Options
Choose... On the right “ Edit text ”, Copy everything in quotation marks “%Java_Home%\bin;%Java_Home%\jre\bin;
”, To “ A variable's value ” At the top of the column ,“ determine ”
“ Variable name ” by “CLASSPATH
”,
“ A variable's value ” by
.;%Java_Home%\bin;%Java_Home%\lib\dt.jar;%Java_Home%\lib\tools.jar
“ determine ”
To verify jdk Environment configured successfully ,
Check Java Environment configured successfully
Input "java"
Input "java -version"
Input "javac"
If you see all three pictures above , Congratulations , The environment variables are configured !!!
copyright:author[Big data learning monk],Please bring the original link to reprint, thank you. https://en.javamana.com/2022/02/202202130718295179.html