run the command:
which java
will probably return / usr / bin / java, which is a link to / etc / alternatives / java, which is another link to (possibly) / usr / local / jvm / java-6-sub / jre / bin / java, therefore your * JAVA_HOME * / should be installed in / usr / local / jvm / java-6-sub / jre
source share