diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index cc9a86e94b..456cbf8c42 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -28,8 +28,8 @@
11. | - How to enable Java support in the Mozilla web browser? + How do I enable Java support in the Mozilla or Galeon web browser? | @@ -418,11 +418,11 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
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 + install the Java Development Kit available from the java/jdk13 + port (version 1.3.1p6 or later is required) and restart the + browser. Please note that if the version of the Mozilla package + installed on your computer is less than 0.9.8_2,1 then you also need + to use the following command to create the symbolic link required for the Java plugin to work: # ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ @@ -430,11 +430,15 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. You can verify that the Mozilla has picked the Java plugin by - selecting About Plug-ins from the menu Help after + selecting About Plug-ins from the Help menu 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 + in the list of available plugins, indicating that Java support is enabled. + +If you built Galeon against the full version of Mozilla, then + the Java plugin will also work for it. Just make sure that + Allow Java in the Settings menu is checked. |