docs/141765: [PATCH] Added note about architectures when using Java
Denny Lin
dennylin93 at cnmc32.hs.ntnu.edu.tw
Fri Dec 18 23:50:02 UTC 2009
>Number: 141765
>Category: docs
>Synopsis: [PATCH] Added note about architectures when using Java
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 18 23:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Denny Lin
>Release: FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Mon Oct 26 19:41:45 CST 2009 root at cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64
>Description:
The example in the Handbook uses the i386 architecture. Some users may not notice this when installing Java.
>How-To-Repeat:
>Fix:
--- handbook-desktop-chapter.sgml.patch begins here ---
--- doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml.orig 2009-12-17 13:40:02.000000000 +0800
+++ doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 2009-12-19 07:37:05.000000000 +0800
@@ -229,15 +229,20 @@
plugin should be listed there now. If it is not, each user
will have to run the following command:</para>
- <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \
+ <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jre1.6.0/plugin/<replaceable>i386</replaceable>/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/jre/plugin/i386/ns7/libjavaplugin_oji.so \
+ <screen>&prompt.user; <userinput>ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/<replaceable>i386</replaceable>/ns7/libjavaplugin_oji.so \
$HOME/.mozilla/plugins/</userinput></screen>
+ <note>
+ <para>The commands above assume that you are using the &i386;
+ architecture.</para>
+ </note>
+
<para>Then relaunch your browser.</para>
</sect2>
--- handbook-desktop-chapter.sgml.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list