Changeset b66ece35 for general


Ignore:
Timestamp:
09/08/2010 06:26:20 AM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c0199301
Parents:
2c25a56
Message:

Update all jdk links to include optional IcedTea6 links.

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

Location:
general
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libidn.xml

    r2c25a56 rb66ece35  
    7979    a Java compiler&mdash;one of (looked for in this order)
    8080    <xref linkend="gcc"/> (for the <command>gcj</command> program),
    81     <ulink url="http://jikes.sourceforge.net/">Jikes</ulink> or
    82     <xref linkend="jdk"/>,
     81    <ulink url="http://jikes.sourceforge.net/">Jikes</ulink>,
     82    <xref linkend="icedtea6"/>, or <xref linkend="jdk"/>,
    8383    and a C# compiler&mdash;<ulink
    8484    url="http://www.mono-project.com/Main_Page">Mono</ulink> or
  • general/genutils/graphviz.xml

    r2c25a56 rb66ece35  
    116116    built),
    117117    <xref linkend="guile"/>,
    118     <xref linkend="jdk"/>,
     118    <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
    119119    <xref linkend="php"/>,
    120120    <xref linkend="python"/>,
  • general/genutils/pilot-link.xml

    r2c25a56 rb66ece35  
    7171    <xref linkend="popt"/>,
    7272    <xref linkend="libusb-compat"/>,
    73     <xref linkend="jdk"/>,
     73    <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
    7474    <xref linkend="tcl"/>,
    7575    <xref linkend="python"/>,
  • general/prog/gcc.xml

    r2c25a56 rb66ece35  
    3939    need one of these additional compilers (C and C++ are installed in LFS)
    4040    before you install them. Additionally, there are instructions in the BLFS
    41     book to install the Sun Java Development Kit (<xref linkend="jdk"/>),
     41    book to install <xref linkend="icedtea6"/> or <xref linkend="jdk"/>),
    4242    which can be used instead of the Java provided by the
    43     <application>GCC</application> package. Many consider the Sun JDK to be a
    44     more robust Java environment than the one provided by
     43    <application>GCC</application> package. Many consider the Oracle JDK to be
     44    a more robust Java environment than the one provided by
    4545    <application>GCC</application>.</para>
    4646
  • general/prog/junit.xml

    r2c25a56 rb66ece35  
    8888
    8989    <para>To run the <application>JUnit</application> regression self-tests,
    90     you'll need to have <xref linkend="jdk"/> or <ulink
    91     url="http://jikes.sourceforge.net/">Jikes</ulink> installed and the
     90    you'll need to have <xref linkend="icedtea6"/>, <xref linkend="jdk"/>, or
     91    <ulink url="http://jikes.sourceforge.net/">Jikes</ulink> installed and the
    9292    <envar>CLASSPATH</envar> environment variable updated. Then, as an
    9393    unprivileged user, issue:</para>
  • general/prog/pdl.xml

    r2c25a56 rb66ece35  
    237237            <ulink url="&gnome-download-http;/gnome-libs/1.4/">GNOME
    238238            Libraries-1.4</ulink>,
    239             <xref linkend="jdk"/>,
     239            <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
    240240            <xref linkend="tk"/>,
    241241            <xref linkend="python"/> (with
  • general/sysutils/apache-ant.xml

    r2c25a56 rb66ece35  
    7272
    7373    <bridgehead renderas="sect4">Required</bridgehead>
    74     <para role="required"><xref linkend="jdk"/></para>
     74    <para role="required"><xref linkend="icedtea6"/> or
     75    <xref linkend="jdk"/></para>
    7576
    7677    <bridgehead renderas="sect4">Recommended</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.