|
发表于 2004-11-17 20:34:33
|
显示全部楼层
看样子没问题
Linux
On Linux, Mozilla requires JRE 1.4.2 or later.
Mozilla 1.4 and later, and Mozilla Firefox, are compiled with gcc 3.x. A gcc 3.x compatible version of the Java plugin must be used. JRE 1.4.2 and later contain a compatible plugin.
If you installed the JRE 5.0 RPM, this plugin is /usr/java/j2re1.5.0/plugin/i386/ns7/libjavaplugin_oji.so - and to install it for Mozilla (including Mozilla Firefox), do the following:
* Open a terminal
* Change to your Mozilla (or Mozilla Firefox) plugins directory
* Issue the following command: ln -s /usr/java/j2re1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
Important! If you install your JRE in a different way (self extracting package, debian package, etc), libjavaplugin_oji.so will quite likely be in a different location. Do not just blindly use the command listed above! |
|