Log in to the root user and the ~abhi/.bashrc
Just change:
export $PATH=$JAVA_HOME/bin
to
export $PATH=$JAVA_HOME/bin:$PATH
Also, what guide are you following? Installing java in ubuntu is as simple as
apt-get install sun-java6-jdk
All configurations including path are done automatically.
Regards,
Sudarsan