I am trying to reinstall java on a CentOS box with the following command (Is this the best command?):
rpm -i --force /root/jdk-6u11-linux-i586.rpm
But I get errors when doing this:
Error: Could not open input file: /usr/java/jdk1.6.0_11/jre/lib/rt.pack
jsse.jar...
Error: Could not open input file: /usr/java/jdk1.6.0_11/jre/lib/jsse.pack
charsets.jar...
etc.....
Anyone know why this is?