which java plugin so libary file should i link to ?

i wanna install jdk 7 rpm file "jdk-7u9-linux-i586.rpm " which i have downloaded from oracle website. i am tring to install java plugin for web browser. when i try to make a soft link

/usr/lib/browser-plugins/javaplugin.so

to jre 7’s so library file, but there are several similar so files as follows:


/usr/java/jdk1.7.0_09/jre/lib/i386/libjavaplugin_jni.so
/usr/java/jdk1.7.0_09/jre/lib/i386/libjavaplugin_nscp.so
/usr/java/jdk1.7.0_09/jre/lib/i386/libjavaplugin_nscp_gcc29.so
/usr/java/jdk1.7.0_09/jre/lib/i386/libjavaplugin_oji.so
/usr/java/jdk1.7.0_09/jre/plugin/i386/ns7/libjavaplugin_oji.so

my question is :

  1. which one should i link to ?
  2. and what’s the difference between them?

i am using opensuse 12.2 with kde. my browser is firefox and chrome.

**

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 <Firefox installation directory>/plugins
  • Create the symbolic link
    ln -s <Java installation directory>/lib/i386/libnpjp2.so

How do I download and install 32-bit Java for Linux?