thanks Ben, that worked great! norm Ben Steeves wrote: On Fri, 25 Jun 2004 14:45:06 -0400, Norman LeCouvie <lecouvie@xxxxxxx> wrote: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.soSymlinks *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... |