~ubuntu-branches/ubuntu/feisty/kubuntu-docs/feisty

« back to all changes in this revision

Viewing changes to kubuntu/desktopguide/bn/common-tasks.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East, Jonathan Riddell, Matthew East
  • Date: 2006-05-21 21:32:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060521213200-1i156mdu9sd9wuxz
Tags: 6.06-10
[ Jonathan Riddell ]
* Add links in each langauge to en/common, makes html files work when 
  viewed without help:/ ioslave

[ Matthew East ]
* Updated translations for everything (last update before the release)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1762
1762
                    The following instructions are only for <emphasis>i386</emphasis> and <emphasis>amd64</emphasis> computers. For <emphasis>PowerPC</emphasis> machines, please look at the <ulink url="https://wiki.ubuntu.com/JavaPPC">Ubuntu Wiki.</ulink>
1763
1763
                </para>
1764
1764
            </note>
1765
 
            <note>
1766
 
                <para>At the time of this writing J2SE is at version 5.0 Update 6. This is subject to change. If you do not see this version on Sun's website, download the newest version displayed. 
1767
 
                </para>
1768
 
            </note>
1769
1765
            <procedure>
1770
1766
                <step>
1771
 
                    <para>Go to <ulink url="http://java.sun.com/j2se/1.5.0/download.jsp">http://java.sun.com/j2se/1.5.0/download.jsp</ulink> and click on <quote>Download JRE 5.0 Update 6</quote>. Do not choose the link with the NetBeans bundle.
1772
 
                    </para>
1773
 
                </step>
1774
 
                <step>
1775
 
                    <para>You must first accept the license, then click on <quote>Linux self-extracting file</quote> and Download jre-1_5_0_06-linux-i586.bin to your hard drive.
1776
 
                    </para>
1777
 
                    <note>
1778
 
                        <para>
1779
 
                            If you use the <emphasis>amd64</emphasis> version of Kubuntu, replace <emphasis>jre-1_5_0_06-linux-i586.bin</emphasis> with <emphasis>jre-1_5_0_06-linux-amd64.bin</emphasis>.
1780
 
                        </para> 
1781
 
                    </note> 
1782
 
                </step>
1783
 
                <step>
1784
 
                    <para>Install the <application>java-package</application> package from the <emphasis>Multiverse</emphasis> repository (see <xref linkend="extra-repositories"/>).</para>
1785
 
                </step>
1786
 
                <step>
1787
 
                    <para>Make the downloaded file executable. At the command line, change to the directory where you downloaded the file, and type
1788
 
                        <screen>chmod +x jre-1_5_0_06-linux-i586.bin</screen>
1789
 
                    </para>
1790
 
                </step>
1791
 
                <step>
1792
 
                    <para>To install JRE, first build an Ubuntu package. Type
1793
 
                        <screen>fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin</screen>
1794
 
                    </para>
1795
 
                </step>
1796
 
                <step>
1797
 
                    <para>Then install the package you have built:
1798
 
                        <screen>sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb</screen>
1799
 
                    </para>
 
1767
                    <para>Install the <application>sun-java5-bin</application> package from the <emphasis>Multiverse</emphasis> repository (see <xref linkend="extra-repositories"/>).</para>
 
1768
                </step>
 
1769
                <step>
 
1770
                    <para>
 
1771
                        Some websites require the <application>Java</application> plugin for Mozilla Firefox. To install the java plugin, install the <application>sun-java5-plugin</application> package (for i386 machines) or the <application>j2re-1.4-mozilla-plugin</application> package (for amd64 machines) from the <emphasis>Multiverse</emphasis> repository.</para>
1800
1772
                </step>
1801
1773
            </procedure>
1802
1774
        </sect2>