You can also install OpenJDK 32-bit (.i686
) instead. According to my test, it will be installed and works without problems.
sudo yum install java-1.8.0-openjdk.i686
Note:
The java-1.8.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.8.0-openjdk-devel package.
See here for more details.