Configure Java 7 Firefox Plugin on 64-Bit Cent OS

9,325

Download the official JRE Linux x64 RPM from Oracle Java website

http://java.com/en/download/manual.jsp

The following command is for "Java 7 update 60". Make sure you change the file name of the RPM according to the version you're installing.

Use YUM to install the RPM

sudo yum install jre-7u60-linux-x64.rpm

Create a symlink to libnpjp2.so in Mozilla plugins directory

sudo ln -s  /usr/java/default/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins/
Share:
9,325

Related videos on Youtube

roosevelt
Author by

roosevelt

Updated on September 18, 2022

Comments