Users Guide

36 Installing and Setting Up the DRAC 4
3
Install the Java plug-in packages that comprise the Java 2 Runtime
Environment (JRE).
At the command prompt, type:
rpm -iv j2re-1_4<version number>-linux-i586.rpm
The Java plug-in packages are installed on your system.
4
Delete the symbolic link to the previous Java plug-in version (if
applicable).
NOTE: Only one Java plug-in can be registered at a time. If you have never
registered a Java plug-in, go to step 5. Otherwise, follow the procedure in
this step.
Most Mozilla installations use symbolic links to where the Java plug-in is
located. The name of the symbolic link is
libjavaplugin_oji.so
, which is in
the
/plugins
subdirectory of Mozilla.
To delete the symbolic link, type:
cd /usr/lib/mozilla
<version number>
/plugins
rm libjavaplugin_oji.so
5
Register the Java plug-in.
Locate the
libjavaplugin_oji.so
file in the
j2re1.4<
version number
>
directory. Usually, it is located in the
/i386/ns600 or /i386/ns610
subdirectory.
6
Create a symbolic link to the new Java plug-in.
Use the
create a symbolic link
feature in Mozilla that points to the
libjavaplugin_oji.so
file in the
/i386/ns610
subdirectory.
At the command prompt, type:
cd <
Mozilla
>/plugins
ln s j2re1.4<
version number
>/plugin/i386/ns610/lib
javaplugin_oji.so libjavaplugin_oji.so
NOTE: Create the link using the /plugins subdirectory of Mozilla. You cannot
create the link from the <JRE> directory.