I've installed jdk1.5.0 and I believe I have it running properly, at least according to the test. Then I get to this step in the instructions and I think I understand but I just want to make sure.
Code:
Set the PATH and JAVA_HOME environment variables: (/etc/profile, $HOME/.bashrc or $HOME/.bash_profile).
PATH=$PATH:/usr/java/j2sdk1.4.2_04/bin
JAVA_HOME=/usr/java/j2skd1.4.2_04
export PATH
Do I just place the following anywhere inside /etc/profile, does it matter where it is or just as long as it is in there. When it talks about $HOME is it talking about /root/.bashrc and /root/.bash_profile?