Thursday, July 23, 2015

Find java home set or not

This is to tell you how to find whether you have set the JAVA_HOME

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