Answers for "how to check java_home path in windows"

-1

find java_home path in cmd

Verify JAVA_HOME
Open a Command Prompt window (Win⊞ + R, type cmd, hit Enter).
Enter 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.
Posted by: Guest on June-09-2021

Code answers related to "how to check java_home path in windows"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language