Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY anduin-download             "http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;">
    88  <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;-i686-bin.tar.xz">
    9   <!ENTITY openjdk-bin-md5sum-x86      "191bc00a0f1eccb1545f67f0f40723cd">
     9  <!ENTITY openjdk-bin-md5sum-x86      "8b90cf0456acf225d9e317f3d1eeb4bc">
    1010  <!ENTITY openjdk-bin-size-x86        "57 MB">
    11   <!ENTITY openjdk-bin-buildsize-x86   "165 MB">
     11  <!ENTITY openjdk-bin-buildsize-x86   "166 MB">
    1212
    1313  <!ENTITY openjdk-download-binary-x64 "&anduin-download;/OpenJDK-&openjdk-version;-x86_64-bin.tar.xz">
    14   <!ENTITY openjdk-bin-md5sum-x64      "110bb2b6f0baea7abe173bf8131e82c9">
    15   <!ENTITY openjdk-bin-size-x64        "57 MB">
     14  <!ENTITY openjdk-bin-md5sum-x64      "ad1859e7497d0b49e53e59d8fb9cdc0b">
     15  <!ENTITY openjdk-bin-size-x64        "58 MB">
    1616  <!ENTITY openjdk-bin-buildsize-x64   "169 MB">
    1717]>
    1818
    19 <sect1 id="java" xreflabel="java-&openjdk-version;">
     19<sect1 id="java" xreflabel="Java-&openjdk-version;">
    2020  <?dbhtml filename="java.html"?>
    2121
     
    8282    version.</para>
    8383
    84     &lfs76_checked;
     84    &lfs77_checked;
    8585
    8686    <bridgehead renderas="sect3">Binary Package Information</bridgehead>
     
    127127
    128128  <sect2 role="installation">
    129     <title>Installation of the Java BinaryJDK </title>
     129    <title>Installation of the Java Binary JDK</title>
     130
    130131    <para>Begin by extracting the appropriate binary tarball for your
    131132    architecture and changing to the extracted directory. Install the binary
     
    133134    <systemitem class="username">root</systemitem> user:</para>
    134135
    135 <screen role="root"><userinput>install -vdm755 /opt/OpenJDK-&openjdk-version;-bin &amp;&amp;
     136<screen role="root"><userinput>install -v -dm755 /opt/OpenJDK-&openjdk-version;-bin &amp;&amp;
    136137mv -v * /opt/OpenJDK-&openjdk-version;-bin         &amp;&amp;
    137138chown -R root:root /opt/OpenJDK-&openjdk-version;-bin</userinput></screen>
    138139
     140<!--
    139141    <para>Configure the temporary <application>OpenJDK</application>
    140142    installation by issuing the following commands (note that if you logout
     
    146148export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
    147149
    148     <para> Do not forget to reboot or to source the profile file after
     150    <para>You may also include those instructions into a file in the <filename
     151    class="directory">/etc/profile.d</filename> directory. Do not forget to
     152    logout and login back, or to source the profile file after
    149153    modification.</para>
     154-->
    150155
    151     <para>The binary version is now installed. If you don't want to compile the
    152     sources, skip ahead to the <xref linkend='openjdk-config'/> section.
    153     Otherwise, continue to the <xref linkend='junit'/>, <xref
    154     linkend='apache-ant'/>, and <xref linkend='openjdk'/> sections.</para>
     156    <para>
     157      The binary version is now installed. You may create a symlink to that
     158      version by issuing, as the <systemitem class="username">root</systemitem>
     159      user:
     160    </para>
     161
     162<screen role="root"><userinput>ln -sfnv OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>
     163
     164    <para>
     165      You may now proceed to <xref linkend="ojdk-conf"/>, where the
     166      instructions assume that the above link exists.
     167    </para>
     168
     169<!--
     170If you don't want to compile the
     171      sources, skip ahead to the <xref linkend='openjdk-config'/> section.
     172    Otherwise, continue to the <xref linkend='apache-ant'/>,
     173    <xref linkend='junit'/>, and <xref linkend='openjdk'/> sections.</para>
     174-->
    155175   
    156176  </sect2>
Note: See TracChangeset for help on using the changeset viewer.