Ignore:
Timestamp:
07/29/2015 07:38:25 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e56f38b
Parents:
74fe55c
Message:

Update to OpenJDK-1.8.0.51

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16298 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r74fe55c r3053ed81  
    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      "8b90cf0456acf225d9e317f3d1eeb4bc">
     9  <!ENTITY openjdk-bin-md5sum-x86      "752a869d9dfb6c3a978f59f87eedafbf">
    1010  <!ENTITY openjdk-bin-size-x86        "57 MB">
    1111  <!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      "ad1859e7497d0b49e53e59d8fb9cdc0b">
     14  <!ENTITY openjdk-bin-md5sum-x64      "91331d899c4f42dfe5f4016e173cafab">
    1515  <!ENTITY openjdk-bin-size-x64        "58 MB">
    1616  <!ENTITY openjdk-bin-buildsize-x64   "169 MB">
     
    137137chown -R root:root /opt/OpenJDK-&openjdk-version;-bin</userinput></screen>
    138138
    139 <!--
    140     <para>Configure the temporary <application>OpenJDK</application>
    141     installation by issuing the following commands (note that if you logout
    142     and login back before having definitely configured
    143     <xref linkend='openjdk'/>, you'll have to issue them again):</para>
    144 
    145 <screen><userinput>export CLASSPATH=.:/usr/share/java &amp;&amp;
    146 export JAVA_HOME=/opt/OpenJDK-&openjdk-version;-bin &amp;&amp;
    147 export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
    148 
    149     <para>You may also include those instructions into a file in the <filename
    150     class="directory">/etc/profile.d</filename> directory. Do not forget to
    151     logout and login back, or to source the profile file after
    152     modification.</para>
    153 -->
    154 
    155139    <para>
    156140      The binary version is now installed. You may create a symlink to that
     
    159143    </para>
    160144
    161 <screen role="root"><userinput>ln -sf OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>
     145<screen role="root"><userinput>ln -sfn OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>
    162146
    163147    <para>
     
    166150    </para>
    167151
    168 <!--
    169 If you don't want to compile the
    170       sources, skip ahead to the <xref linkend='openjdk-config'/> section.
    171     Otherwise, continue to the <xref linkend='apache-ant'/>,
    172     <xref linkend='junit'/>, and <xref linkend='openjdk'/> sections.</para>
    173 -->
    174    
    175152  </sect2>
    176153
Note: See TracChangeset for help on using the changeset viewer.