21 lines
926 B
Text
21 lines
926 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.plugin,v 1.2 2008/03/03 00:59:41 hoka_adam Exp $
|
|
|
|
If you have built the Mozilla browser plugin, you must create a symlink to
|
|
|
|
${JAVA_HOME}/jre/plugin/i386/ns7/libjavaplugin_oji.so
|
|
|
|
in the ${LOCALBASE}/lib/${MOZILLA}/plugins/ dir, for any ${MOZILLA} package
|
|
(firefox, firefox-gtk1, seamonkey, seamonkey-gtk1) you want to use the plugin
|
|
with.
|
|
|
|
There may be problems loading Java applets if you have ipv6 support enabled.
|
|
The workaround is to disable ipv6 for java applets:
|
|
|
|
1. Go to the Java control panel (${JAVA_HOME}/bin/ControlPanel)
|
|
2. Go to the 'Java' tab and click 'View' under 'Java Applet Runtime Settings'
|
|
3. In the 'Java Runtime Parameters' box, paste the following line in:
|
|
|
|
-Djava.net.preferIPv6Addresses=false -Djava.net.preferIPv4Stack=true
|
|
|
|
===========================================================================
|