diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index 100d90b868..cc9a86e94b 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -27,7 +27,9 @@ panel?
| + 11. | ++ How to enable Java support in the Mozilla web browser? + | +||
|
+ To enable Java support in the Mozilla web browser you need to + install Java Development Kit available from the java/jdk13 + port (at least version 1.3.1p6 is required) and restart the + browser. Please note that if version of Mozilla port installed + on your computer is less that 0.9.8_2,1 then you also need to + use the following command to create a symbolic link required for + the Java plugin to work: ++# ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ + /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so ++ + You can verify that the Mozilla has picked the Java plugin by + selecting About Plug-ins from the menu Help after + restarting Mozilla. You should see + /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so + in the list of available plugins, which indicates that the Java + support is enabled. + |
+ |||