find java home path in cmd

Solutions on MaxInterview for find java home path in cmd by the best coders in the world

showing results for - "find java home path in cmd"
Caterina
19 Nov 2016
1Verify JAVA_HOME
2Open a Command Prompt window (Win⊞ + R, type cmd, hit Enter).
3Enter the command echo %JAVA_HOME% . This should output the path to your Java installation folder. If it doesn't, your JAVA_HOME variable was not set correctly.