JRE installing error

I’m getting “init-classes.jsa setup failed” error when installing jre-8u431-linux-i586.rpm
After that, the new Java shows up on “update-alternatives”, but it doesn’t work
Any ideas?

I’m using Alma 9.5 with KDE

Where did you install it from? And are you following a specific guide that might be helpful to review? Looking around it seems like most of the time that kind of error is caused by either the computer running low on ram during installation, a drive problem, or something wrong in your system permissions.

Hello!
It was pretty simple to solve
I just installed the dependencies to support 32-bit rpm packages
sudo dnf install glibc.i686
sudo dnf install libstdc++.i686
sudo dnf install zlib.i686

And then, I just installed the JRE RPM as usual

very good. Glad you were able to get it resolved!