I just went through some interesting experience to share with folks around getting your plugins to work with typical open source Browsers , like Aurora 6.2(Firefox). Read this carefully , it has changed…. this was a real time sync for someone that thought they new the ropes, but , things had changed..
All over the net are posts to do a softlink to
/usr/java/latest/plugin/i386/ns7/libjavaplugin_oji.so
But.. this is no longer the module to use , even though it’s still there in the Distro, it has changed for Oracle JRE releases. My version is :
[root@localhost latest]# ./bin/java -version
java version “1.6.0_26”
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
Instructions and website:
http://www.java.com/en/download/help/linux_install.xml#rpm
Firefox or Mozilla
To configure the Java Plugin follow these steps:
- Exit Firefox browser if it is already running.
- Uninstall any previous installations of Java Plugin.
Only one Java Plugin can be used at a time. When you want to use a different plugin, or version of a plugin, remove the symbolic links to any other versions and create a fresh symbolic link to the new one. - Create a symbolic link to the
libnpjp2.so
file in the browser plugins directory- Go to the plugins sub-directory under the Firefox installation directory
cd /plugins
- Create the symbolic link
ln -s /lib/i386/libnpjp2.so
Note: If you are upgrading your Java version then before creating new symbolic link you should remove old symbolic link to enable latest downloaded Java.
To remove old symbolic link:
typecd /plugins
rm libjavaplugin_oji.so
- Go to the plugins sub-directory under the Firefox installation directory