|
For Java, I would recommend you just download the normal .bin file (not the RPM one). This is because the normal .bin file extracts a folder structure that you can simple copy, link to, and have java running fine. So download that, extract it, and it will create jdk1.5.0 (or a similar directory). Move this to a standard place (such as /usr/share/) then link (ln -s) the java binary in jdk1.5.0/bin/java to your usual bin directory (normally /usr/bin/ for this kinda stuff).
|