just take the command prompt.
and execute the command
echo "%JAVA_HOME%"
you will get the output as path for JAVA_HOME
"C:\Program Files\Java\jdk1.7.0_13"
so output in the command line will be as below
===================================================
C:\Users\aprasad> echo "%JAVA_HOME%"
"C:\Program Files\Java\jdk1.7.0_13"
===================================================
No comments:
Post a Comment