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?
  • Why is GNOME so huge, slow and basically useless? -
  • Does GNOME support anti-aliased fonts? +
  • Does GNOME support anti-aliased fonts? +
  • How to enable Java support in the Mozilla + web browser?

    Full Text

    @@ -403,6 +405,39 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. + + + + + + + + + + +

    + 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.

    +