From beat@FreeBSD.org  Mon Jan 17 20:02:44 2011
Return-Path: <beat@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8CA74106566C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 20:02:44 +0000 (UTC)
	(envelope-from beat@FreeBSD.org)
Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55])
	by mx1.freebsd.org (Postfix) with ESMTP id AA3C78FC1B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 20:02:43 +0000 (UTC)
Received: from _HOSTNAME_ (172-189.77-83.cust.bluewin.ch [83.77.189.172])
	(authenticated bits=0)
	by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id p0HJpd1k053792
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jan 2011 19:51:40 GMT
	(envelope-from beat@FreeBSD.org)
Received: by _HOSTNAME_ (sSMTP sendmail emulation); Mon, 17 Jan 2011 20:51:39 +0100
Message-Id: <201101171951.p0HJpd1k053792@marvin.chruetertee.ch>
Date: Mon, 17 Jan 2011 20:51:39 +0100
From: Beat Gtzi <beat@FreeBSD.org>
Reply-To: Beat Gtzi <beat@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: [PATCH] Add steps for Java with Firefox 3.6 to the handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         154097
>Category:       docs
>Synopsis:       [PATCH] Add steps for Java with Firefox 3.6 to the handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ryusuke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 20:10:07 UTC 2011
>Closed-Date:    Sat Jan 29 14:42:03 UTC 2011
>Last-Modified:  Sat Jan 29 14:42:03 UTC 2011
>Originator:     Beat Gtzi
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD daedalus.network.local 9.0-CURRENT FreeBSD 9.0-CURRENT #3 r216761: Tue Dec 28 15:32:26 CET 2010 root@daedalus.network.local:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- Attached patch extend the Browsers chapter in the handbook with the
	  information how to use Java with Firefox 3.6.
	
>How-To-Repeat:
	
>Fix:

	

--- handook-firefox36-java.patch begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v
retrieving revision 1.98
diff -u -r1.98 chapter.sgml
--- chapter.sgml	22 Dec 2010 16:53:32 -0000	1.98
+++ chapter.sgml	17 Jan 2011 19:45:32 -0000
@@ -204,11 +204,15 @@
       <note>
 	<para>In this section and in the next two sections, we assume you have
 	  already installed <application>Firefox</application>.</para>
-
-	<para>Currently, the &java; plugin does not work with
-	  <application>Firefox</application> 3.6.</para>
       </note>
 
+      <para>According to the version of <application>Firefox</application>
+	you run various steps are required:</para>
+
+      <procedure>
+	<step>
+	  <title>For Firefox 3.5;</title>
+
       <para>The &os; Foundation has a license with Sun Microsystems to
 	distribute &os; binaries for the Java Runtime Environment
 	(&jre;) and Java Development Kit (&jdk;).  Binary packages for
@@ -267,6 +271,31 @@
 	  &arch.i386; architecture, &arch.amd64; packages are also
 	  available.</para>
       </note>
+	</step>
+
+	<step>
+	  <title>For Firefox 3.6;</title>
+
+      <para>Install <application>OpenJDK 6</application>
+        through the Ports Collection by typing:</para>
+        
+      <screen>&prompt.root; <userinput>cd /usr/ports/java/openjdk6</userinput>
+&prompt.root; <userinput>make config install clean</userinput></screen>
+
+      <para>Make sure you have selected the WEB option.</para>
+
+      <para>Each user will have to run the following command:</para>
+
+      <screen>&prompt.user; <userinput>ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so \
+  $HOME/.mozilla/plugins/</userinput></screen>
+
+      <para>Start your browser, enter <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.</para>
+	</step>
+      </procedure>
     </sect2>
 
     <sect2 id="moz-flash-plugin">
--- handook-firefox36-java.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ryusuke 
Responsible-Changed-By: ryusuke 
Responsible-Changed-When: Thu Jan 27 14:01:21 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154097 

From: Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To: beat@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.org, ryusuke@FreeBSD.org
Subject: Re: docs/154097: [PATCH] Add steps for Java with Firefox 3.6 to
 the handbook
Date: Sat, 29 Jan 2011 22:47:47 +0900 (JST)

 ----Security_Multipart(Sat_Jan_29_22_47_47_2011_291)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hello Beat-san,
 
 Thanks to your good report, I can use Java with Firefox 3.6 now.
 
 I will commit your patch with
 "<title>For Firefox 3.*;</title>" -> "<title>For Firefox 3.*</title>".
 
 Regards,
   Ryusuke
 
 ----Security_Multipart(Sat_Jan_29_22_47_47_2011_291)--
 Content-Type: application/pgp-signature
 Content-Transfer-Encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (FreeBSD)
 
 iEYEABECAAYFAk1EGoMACgkQG5rRvmPSlySFMwCgqJoRDOLN2zKxzjnVJ+Z/67VS
 FMgAoJ9JkuTBx1MrtoBHasQ2Zkidqwzi
 =l9zP
 -----END PGP SIGNATURE-----
 
 ----Security_Multipart(Sat_Jan_29_22_47_47_2011_291)----

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154097: commit references a PR
Date: Sat, 29 Jan 2011 14:29:34 +0000 (UTC)

 ryusuke     2011-01-29 14:29:29 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/desktop chapter.sgml 
   Log:
   Add information how to use Java with Firefox 3.6.
   
   PR: docs/154097
   Submitted by: beat@
   
   Revision  Changes    Path
   1.100     +32 -3     doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ryusuke 
State-Changed-When: Sat Jan 29 14:41:29 UTC 2011 
State-Changed-Why:  
Committed the patch, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154097 
>Unformatted:
