/* I work on a Linux RedHat 7.3 */ /* I have a symbolic link */ /opt/java /* to */ /usr/java/jdk1.3.1_04/ /* where java is actually installed. */ /*--- Installing java plugin by a new symbolik kink: */ ln -s /opt/java/jre/plugin/i386/ns600/libjavaplugin_oji.so /usr/lib/mozilla/plugins/ /*--- Installing Acrobat svg viewer: */ /* I have put adobesvg-3.0-linux-i386.tar.gz in /opt */ cd /opt tar -xzvf adobesvg-3.0-linux-i386.tar.gz cd adobesvg-3.0/ ./install /*--- Installing Realplayer: */ /* After dowloading rp8_linux20_libc6_i386_cs2_rpm and renaming it as realplayer8.linux20.libc6.i386.cs2.rpm */ rpm -i /opt/src/realplayer8.linux20.libc6.i386.cs2.rpm cd /usr/lib/mozilla/plugins ln -s /usr/lib/netscape/plugins/raclass.zip raclass.zip ln -s /usr/lib/netscape/plugins/rpnp.so rpnp.so /* extensive information about how installing other plug-ins, whwre I copyed those for the svg viewer here above, are at: http://www.trustonme.net/didactels/miseenforme.php?rub=52 */