i installed sun's jdk and i can't locate it.
In:
/usr/lib/jvm/java-6-sun/
is only jre, where is jdk?
feedback
|
|
Install | |||||||
feedback
|
|
From a terminal, Confirm if the package is installed using.
List all the files installed by the package using
The listing of all files will help you to locate where directories/files installed by Ubuntu. | ||||
|
feedback
|
|
If you want to find out what is the default on your system you could do it like this.
It will list a symbolic link pointing to the default jdk of your system. On my system the default is located at '/usr/lib/jvm/java-6-openjdk'. There is also an alternative jdk installed at '/usr/lib/jvm/java-6-sun'. If there aren't any you will need to install the package 'sun-java6-jdk' as pointed out in some other post. | |||
|
feedback
|
|
Mine in in You can check yours via synaptic, select sun-java6-jdk, Properties | |||
|
feedback
|
|
Try this command
This will list all java packages installed in your system. Sample output:
Hope this helps. | |||
|
feedback
|