<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
thanks Ben, that worked great!<br>
<br>
norm<br>
<br>
Ben Steeves wrote:
<blockquote cite="mid7ebb24d104062511495e1fcd90@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, 25 Jun 2004 14:45:06 -0400, Norman LeCouvie <a class="moz-txt-link-rfc2396E" href="mailto:lecouvie@sun.com"><lecouvie@sun.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">what file do I modify to make the following line permanent so that it is
done at boot up rather than manually?

ln -s /usr/java/j2re1.4.2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Symlinks *are* permanent (at least, they survive reboots).  But the
link above is missing a target.  You probably want:

ln -s {location of  java plugin} {mozilla plugin directory}

...and you probably want the mozilla build of the library, not the
Netscape one...
  </pre>
</blockquote>
</body>
</html>