From owner-freebsd-doc@FreeBSD.ORG Fri Dec 18 23:50:02 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E251065676 for ; Fri, 18 Dec 2009 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 392F18FC0A for ; Fri, 18 Dec 2009 23:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBINo2YN093788 for ; Fri, 18 Dec 2009 23:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBINo27P093787; Fri, 18 Dec 2009 23:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 18 Dec 2009 23:50:02 GMT Resent-Message-Id: <200912182350.nBINo27P093787@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denny Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EA3106566C for ; Fri, 18 Dec 2009 23:41:04 +0000 (UTC) (envelope-from dennylin93@cnmc32.hs.ntnu.edu.tw) Received: from mx.hs.ntnu.edu.tw (mx.hs.ntnu.edu.tw [140.131.149.2]) by mx1.freebsd.org (Postfix) with ESMTP id 409B68FC1A for ; Fri, 18 Dec 2009 23:41:04 +0000 (UTC) Received: by mx.hs.ntnu.edu.tw (Postfix, from userid 1002) id B03C36FC438; Sat, 19 Dec 2009 07:41:02 +0800 (CST) Message-Id: <20091218234102.B03C36FC438@mx.hs.ntnu.edu.tw> Date: Sat, 19 Dec 2009 07:41:02 +0800 (CST) From: Denny Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/141765: [PATCH] Added note about architectures when using Java X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denny Lin List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 23:50:02 -0000 >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: - &prompt.user; ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ + &prompt.user; ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ $HOME/.mozilla/plugins/ or, if you installed the Diablo &jdk; package: - &prompt.user; ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \ + &prompt.user; ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \ $HOME/.mozilla/plugins/ + + The commands above assume that you are using the &i386; + architecture. + + Then relaunch your browser. --- handbook-desktop-chapter.sgml.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: