echo %JAVA_HOME% returns %JAVA_HOME%
If you are sure that you have set them properly, you can print your environment variables like JAVA_HOME using any of the below methods in Windows 10. Windows Command prompt ( cmd.exe ) C:\>echo %JAVA_HOME% C:\Program Files\Java\jdk1.7.0_80 Git Bash within windows, you need to use the bash format user12231@TP-UN103 MINGW64 /c $ echo $JAVA_HOME C:\Program … Read more