Java update question
I have installed Java 1.5 on my 12" iBook which is running OS X Tiger. Problem is, when running the terminal, and running the command "java -version" it still says 1.4.2. Safari recognized 1.5, but the terminal doesnt. I know on Solaris there is a .profile where you can add PATHs to but thats not the case here. How can i get it to look for 1.5 and not 1.4.2? thx for any help i get in advance. Oh and btw, i'm new to OS X. I just bought my first mac and i love it.

Comments
cd /System/Library/Frameworks/JavaVM.framework/Versions
sudo rm CurrentJDK
sudo ln -s 1.5.0 CurrentJDK