Hi,
I don't see where you are meeting a problem.
- Download
jre-7u9-linux-x64.rpm, say in the folder /home/user/Downloads
- do a double right click on it, accept "install" and give the root password
- once the installation is done, open a console
- Code: Select all
$ su - [enter]
[password][enter]
# ln -s /usr/java/default /etc/alternatives/ [enter]
# ln -s /etc/alternatives/default /usr/lib/jvm/ [enter]
- according to your provider and your architecture, there is another symlink to create the same way (see
https://wiki.mageia.org/en/Install_java ... b_browsers)