Ignore:
Timestamp:
03/04/2015 10:17:44 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.7, 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:
80dbc4c8
Parents:
8ddea36
Message:

Split JAVA configuration from the other pages, and rearrange order

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r8ddea36 r58cba7f0  
    137137chown -R root:root /opt/OpenJDK-&openjdk-version;-bin</userinput></screen>
    138138
     139<!--
    139140    <para>Configure the temporary <application>OpenJDK</application>
    140141    installation by issuing the following commands (note that if you logout
     
    150151    logout and login back, or to source the profile file after
    151152    modification.</para>
     153-->
    152154
     155    <para>
     156      The binary version is now installed. You may create a symlink to that
     157      version by issuing, as the <systemitem class="username">root</systemitem>
     158      user:
     159    </para>
    153160
    154     <para>The binary version is now installed. If you don't want to compile the
    155     sources, skip ahead to the <xref linkend='openjdk-config'/> section.
     161<screen role="root"><userinput>ln -sf OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>
     162
     163    <para>
     164      You may now proceed to <xref linkend="ojdk-conf"/>, where the
     165      instructions assume that the above link exists.
     166    </para>
     167
     168<!--
     169If you don't want to compile the
     170      sources, skip ahead to the <xref linkend='openjdk-config'/> section.
    156171    Otherwise, continue to the <xref linkend='apache-ant'/>,
    157172    <xref linkend='junit'/>, and <xref linkend='openjdk'/> sections.</para>
     173-->
    158174   
    159175  </sect2>
Note: See TracChangeset for help on using the changeset viewer.