i installed Tmcat 6 on a Fedora 9 box and that came with the basic 1.6.0 runtime java (VM). however, i want a full JDK, with the compiler and all.
when i did
yum install java-1.6.0-openjdk.i386
i got
Package 1:java-1.6.0-openjdk-1.6.0.0-0.20.b09.fc9.i386 already installed and latest version
Nothing to do
however, a full JDK is not installed because
[/root @ 11:54:48]>which javac
/usr/bin/which: no javac in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
and
find / -name 'javac' -print
returns nothing
Q: is there a way to install a full JDK from yum ?