Date: Sat, 19 Dec 2009 07:41:02 +0800 (CST) From: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/141765: [PATCH] Added note about architectures when using Java Message-ID: <20091218234102.B03C36FC438@mx.hs.ntnu.edu.tw> Resent-Message-ID: <200912182350.nBINo27P093787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091218234102.B03C36FC438>