Update the Firefox & Java plugin section:
- Fix the ln(1) command to really allow the detection of the installed plugin by Firefox; - Add the ln(1) command example in case of JDK installation [1] PR: docs/137703 [1] Submitted by: Glen Barber <glen.j.barber@gmail.com> [1]
This commit is contained in:
parent
cc53e3874a
commit
49478c8e97
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34628
1 changed files with 10 additions and 4 deletions
|
@ -226,11 +226,17 @@
|
|||
<literal>about:plugins</literal> in the location bar and press
|
||||
<keycap>Enter</keycap>. A page listing the installed plugins
|
||||
will be displayed; the <application>&java;</application>
|
||||
plugin should be listed there now. If it is not, as
|
||||
<username>root</username>, run the following command:</para>
|
||||
plugin should be listed there now. If it is not, each user
|
||||
will have to run the following command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \
|
||||
/usr/local/lib/browser_plugins/</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \
|
||||
$HOME/.mozilla/plugins/</userinput></screen>
|
||||
|
||||
<para>or, if you installed the <application>Diablo
|
||||
&jdk;</application> package:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jdk1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \
|
||||
$HOME/.mozilla/plugins/</userinput></screen>
|
||||
|
||||
<para>Then relaunch your browser.</para>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue