Answers for "set java_home in current command line windows 7"

3

how to echo java_home in windows cmd

echo %JAVA_HOME%
Posted by: Guest on May-20-2020
0

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 "set java_home in current command line windows 7"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language