JRE in Chrome CentOS 6.4
Just link
libnpjp2.so
which is in <your-java-dir>/lib/i386
to/opt/google/chrome/plugins
.
For me, here are the commands:
mkdir /opt/google/chrome/plugins
cd /opt/google/chrome/plugins
ln -s /usr/local/jre1.6.0_17/lib/i386/libnpjp2.so .
Restart Chrome and enjoy!
Comments
Post a Comment