I have unpacked my jdk in /usr/java/.
and I put CLASSPATH, PATH, JAVA_HOME into /etc/profile like below.
export JAVA_HOME=/usr/java/jdk1.7.0_21 expor
I had to change /etc/profile.d/java_env.sh to point to the new path and then logout/login.