How to find out the path of installed JDK
In windows:
Step1: Open command prompt
Step2: Simply type following command
C:\Documents and Settings\shalinig>echo %JAVA_HOME%It will simply display the path of directory where jdk is installed on your system.
If anyone knows about the command used on Linux. Please share here. 😀
Thanks