From owner-freebsd-doc@FreeBSD.ORG Thu Aug 13 00:00:18 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 C5A9E1065670 for ; Thu, 13 Aug 2009 00:00:18 +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 9CF0A8FC51 for ; Thu, 13 Aug 2009 00:00:18 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7D00IT8024742 for ; Thu, 13 Aug 2009 00:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7D00IlX024741; Thu, 13 Aug 2009 00:00:18 GMT (envelope-from gnats) Resent-Date: Thu, 13 Aug 2009 00:00:18 GMT Resent-Message-Id: <200908130000.n7D00IlX024741@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, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99836106566C for ; Wed, 12 Aug 2009 23:57:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8899E8FC53 for ; Wed, 12 Aug 2009 23:57:43 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7CNvhhB091472 for ; Wed, 12 Aug 2009 23:57:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7CNvhTi091471; Wed, 12 Aug 2009 23:57:43 GMT (envelope-from nobody) Message-Id: <200908122357.n7CNvhTi091471@www.freebsd.org> Date: Wed, 12 Aug 2009 23:57:43 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/137703: [patch] Handbook Section 6.2.2: Firefox and Java plugin covers Java JRE, not JDK X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 00:00:19 -0000 >Number: 137703 >Category: docs >Synopsis: [patch] Handbook Section 6.2.2: Firefox and Java plugin covers Java JRE, not JDK >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 13 00:00:18 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 8.0-BETA2 >Organization: >Environment: FreeBSD orion 8.0-BETA2 FreeBSD 8.0-BETA2 #11 r195886: Sun Jul 26 05:27:01 EDT 2009 root@orion:/usr/obj/usr/src/sys/ORION i386 >Description: Section 6.2.2, Firefox and Java, assumes the user has the java/diablo-jre* port installed. The plugin location differs when using java/diablo-jdk*. http://www.freebsd.org/doc/en/books/handbook/desktop-browsers.html#MOZ-JAVA-PLUGIN >How-To-Repeat: >Fix: The attached patch notes the location when using jdk versus jre differs, providing the correct absolute path. Patch attached with submission follows: --- handbook/desktop/chapter.sgml.orig 2009-08-12 19:12:30.000000000 -0400 +++ handbook/desktop/chapter.sgml 2009-08-12 19:40:57.000000000 -0400 @@ -232,6 +232,12 @@ &prompt.root; ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ /usr/local/lib/browser_plugins/ + If you are using the Diablo &jdk; + package, the plugin location is different than above: + + &prompt.root; ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \ + /usr/local/lib/browser_plugins/ + Then relaunch your browser. >Release-Note: >Audit-Trail: >Unformatted: