Never ask how to use, just wonder how to make...

May 24, 2012

How to fix Java for Google Chrome on Fedora

First, you need to install latest version of Java. You can download it from here.

Next, restart Google Chrome browser. If the problem is not solved, execute these commands as root:

# mkdir /opt/google/chrome/plugins 
# ln -s ln -s /usr/java/jre1.7.0_04/lib/i386/libnpjp2.so /opt/google/chrome/plugins/libnpjp2.so 
That's all.