Scott Taylor wrote:
> 
> The Mozilla docs said I needed to symlink the plugin directory to the
> > J2RE plugin:
> >
> > I did this:
> >
> > ln -s /usr/include/mozilla/plugin
> > JAVA_HOME/plugin/i386/ns610/libjavaplugin_oji.so
> >
> > instead of this:
> >
> > ln -s /usr/include/mozilla
> > JAVA_HOME/plugin/i386/ns610/libjavaplugin_oji.so

This looks backwards to me.  Try:

ln -s JAVA_HOME/plugin/i386/ns610/libjavaplugin_oji.so
/usr/include/mozilla/plugin

Shouldn't there be an "s" at the end of plugin?

> Could I copy libjavaplugin_oji.so to another location, delete the
> original and relink or something?

Last time I looked at the java plugin it used relative links (../../) instead
of absolutes.  So it must be where it is installed by default.

Rinaldi
-- 
By all means marry. If you get a good wife you will become happy, 
and if you get a bad one you will become a philosopher. --Socrates



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to