A version of java is installed on my Linux machine. When i try this:
root@test$: javac -version
It given the result as:
javac jdk1.7.0_80.
Now my problem is i don't know where that(1.7.0_80) java folder is. I have a folder named "java-7-oracle" in usr/lib/jvm. I am suspecting that it would be the folder for the installed version of java.
Now I have a java folder and I want to know which version of java it is?
How??