View | Details | Raw Unified | Return to bug 154097
Collapse All | Expand All

(-)chapter.sgml (-3 / +32 lines)
Lines 204-214 Link Here
204
      <note>
204
      <note>
205
	<para>In this section and in the next two sections, we assume you have
205
	<para>In this section and in the next two sections, we assume you have
206
	  already installed <application>Firefox</application>.</para>
206
	  already installed <application>Firefox</application>.</para>
207
208
	<para>Currently, the &java; plugin does not work with
209
	  <application>Firefox</application> 3.6.</para>
210
      </note>
207
      </note>
211
208
209
      <para>According to the version of <application>Firefox</application>
210
	you run various steps are required:</para>
211
212
      <procedure>
213
	<step>
214
	  <title>For Firefox 3.5;</title>
215
212
      <para>The &os; Foundation has a license with Sun Microsystems to
216
      <para>The &os; Foundation has a license with Sun Microsystems to
213
	distribute &os; binaries for the Java Runtime Environment
217
	distribute &os; binaries for the Java Runtime Environment
214
	(&jre;) and Java Development Kit (&jdk;).  Binary packages for
218
	(&jre;) and Java Development Kit (&jdk;).  Binary packages for
Lines 267-272 Link Here
267
	  &arch.i386; architecture, &arch.amd64; packages are also
271
	  &arch.i386; architecture, &arch.amd64; packages are also
268
	  available.</para>
272
	  available.</para>
269
      </note>
273
      </note>
274
	</step>
275
276
	<step>
277
	  <title>For Firefox 3.6;</title>
278
279
      <para>Install <application>OpenJDK 6</application>
280
        through the Ports Collection by typing:</para>
281
        
282
      <screen>&prompt.root; <userinput>cd /usr/ports/java/openjdk6</userinput>
283
&prompt.root; <userinput>make config install clean</userinput></screen>
284
285
      <para>Make sure you have selected the WEB option.</para>
286
287
      <para>Each user will have to run the following command:</para>
288
289
      <screen>&prompt.user; <userinput>ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so \
290
  $HOME/.mozilla/plugins/</userinput></screen>
291
292
      <para>Start your browser, enter <literal>about:plugins</literal>
293
	in the location bar and press <keycap>Enter</keycap>.  A page
294
	listing the installed plugins will be displayed; the
295
	<application>&java;</application> plugin should be listed there
296
	now.</para>
297
	</step>
298
      </procedure>
270
    </sect2>
299
    </sect2>
271
300
272
    <sect2 id="moz-flash-plugin">
301
    <sect2 id="moz-flash-plugin">

Return to bug 154097