Grab the non rpm tar.gz from the interwebs
extract it to /usr/local/ OR /opt/
Make a symlink to the folder so it's easier on upgrades/downgrades later on
Make sure your $PATH contains the path to the java folder
You might need some java dev tools installed, but for most applications, setting the $JAVA_HOME or $JRE_HOME is sufficient
set $JAVA_HOME, perhaps place it in the .bashrc
Code:
JAVA_HOME=/usr/local/jdk
export JAVA_HOME