For almost all of you this might be too trivial a question, but I am facing some issues with my JDK installation and need your help.
I need to know where JDK is located on my machine.
On running 'Java -version' in cmd it shows the version as '1.6.xx'.
To find the location of this SDK on my machine I tried using echo %JAVA_HOME% but it is only showing 'JAVA_HOME' (as there is no 'JAVA_PATH' var set in my environment variables).
Any help in this regard would be greatly appreciated.