Note that IRIS Web requires the Java plug-in version 1.4.2 or later. If you do not have this, you need to download and install it before the demo will work. There are two choices for getting the plug ins:
1. Uninstall previous installation of the Java Plug-in, if applicable.
rm -fr $HOME/.netscape/java
rm $HOME/.netscape/plugins/javaplugin.so
rm $HOME/.netscape/plugins/libjavaplugin.so
One or more of these files may not exist on your machine, depending on
which previous versions of Java Plug-in you have installed.
2. For Netscape 6.x or later browsers: Create a symbolic link to the JRE plugin file.
To do this, you will need to know your Netscape install directory
(called "NETSCAPE6" here, probably /usr/local/netscape),
and your JRE install directory (called "JRE" here, probably /usr/java/j2sdk1.4.2_05/jre).
For example:
cd /usr/local/netscape/plugins
If you use a Netscape 6.1x or later browser:
#ln -s /usr/java/j2sdk1.4.2_05/jre/plugin/i386/ns610/libjavaplugin_oji.so ./
If you use a Netscape 7.2x or later browser:
#ln -s /usr/java/j2sdk1.4.2_05/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ./
3. For Mozilla 1.4, that comes installed with Red Hat Enterprise Linux Version 3: Create a symbolic
link to the JRE plugin file.
cd /usr/lib/mozilla/plugins
#ln -s /usr/java/j2sdk1.4.2_05/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ./
Start your Web Browser, or restart it if it is already up. You can test that the Java Plug-ins are installed correctly by pressing Help/About Plug-ins.