Ubuntu – Where is Sun’s JDK located on the filesystem

javajdk

I installed Sun's JDK and i can't locate it.

The one located at /usr/lib/jvm/java-6-sun/ is only JRE, where is JDK?

Best Answer

From a terminal, Confirm if the package is installed using.

sudo dpkg -l|grep -i sun-java6-jdk

List all the files installed by the package using

sudo dpkg -L  sun-java6-jdk

The listing of all files will help you to locate where directories/files installed by Ubuntu.