firefox的JAVA安装

来源:互联网 发布:linux ntpd 编辑:程序博客网 时间:2024/05/21 14:52

http://www.mozilla.org/support/firefox/faq.html#q2.2

 

Linux

Firefox is compiled with gcc 3.2.3, so a compatible version of the Java plugin must be used. On Linux, Firefox requires JRE 1.4.2 or later.

If you installed the JRE 1.5.0_10 RPM, this plugin is /usr/java/j2re1.5.0_10/plugin/i386/ns610-gcc32/libjavaplugin_oji.so and to install it for Firefox, do the following:

  1. Open a terminal
  2. Change to your Firefox plugins directory
  3. Issue the following command: ln -s /usr/java/j2re1.5.0_10/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

If you are using an older Linux distribution, you may need to install the gcc3 support libraries, as the gcc 3.2 version of the Java plugin requires libgcc_s.so.1 to operate. You may be able to find packages using Google.

If you are using an old or unofficial build of Firefox, you can check which compiler was used by entering about:buildconfig in the location bar and pressing enter. You will see a line such as gcc version 3.3 20030226 (prerelease) (SuSE Linux), which will show the compiler that was used. If gcc2.9x was used, you need to use the ns610 plugin, not the ns610-gcc32 plugin.

 
原创粉丝点击