Changeset 4d180035


Ignore:
Timestamp:
06/07/2012 05:23:46 AM (12 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:
3d9aec91
Parents:
49b50d4
Message:

Forgot to run aspell on it...

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r49b50d4 r4d180035  
    9797    General Public License, version 2, with the Classpath Exception</ulink>
    9898    allows third party programs to use classes provided by free software
    99     without the requirment that the third party software also be free.  As with
    100     the LGPL, any modifictaions made to the free software portions of a
    101     third party application, must also be made freely availible.</para>
     99    without the requirement that the third party software also be free.  As with
     100    the LGPL, any modifications made to the free software portions of a
     101    third party application, must also be made freely available.</para>
    102102
    103103    <note>
     
    311311    <bridgehead renderas="sect3">OpenJDK Binary Installation</bridgehead>
    312312    <para>Begin by extracting the appropriate binary tarball and changing to
    313     the extracted dirctory. Install the binary
     313    the extracted directory. Install the binary
    314314    <application>OpenJDK</application> with the following commands as the
    315315    <systemitem class="username">root</systemitem> user:</para>
     
    338338    <para>Unlike other packages in BLFS, the <application>OpenJDK</application>
    339339    source packages are distributed in multiple downloads. Since the IcedTea
    340     build harness wil be used to build <application>OpenJDK</application>,
     340    build harness will be used to build <application>OpenJDK</application>,
    341341    begin by extracting the IcedTea package and changing into the
    342     extracted dirctory.</para>
    343 
    344     <para>The IcedTea <application>OpenJDK</application> distribuion requires
     342    extracted directory.</para>
     343
     344    <para>The IcedTea <application>OpenJDK</application> distribution requires
    345345    that <filename>js.jar</filename> (from the Rhino package) be in place in
    346346    order to provide a java-script implementation for the free JDK. If you have
     
    396396    and up to 160 failures in jdk with up to 17 errors in the tests themselves.
    397397    The majority of the 6000+ tests should pass. The reason for the
    398     greatly varrying results is due to how stringent the testing environment
    399     must be. Varrying architechtures, different versions of dependent
     398    greatly varying results is due to how stringent the testing environment
     399    must be. Varying architectures, different versions of dependent
    400400    libraries, unexpected X Window environment and window managers, the CA
    401401    certificates used to generate the <filename>cacerts</filename> file, and
    402     even any user input or power management or screen saver interuptions during
     402    even any user input or power management or screen saver interruptions during
    403403    the testing can lead to various failures. While the known broken tests have
    404     been removed, with the fix_tests patch above, the graphics tests faiulres
     404    been removed, with the fix_tests patch above, the graphics tests failures
    405405    cannot be pre-determined (short of removing them all). Best bet for a
    406     completely clean result is to run the test suite in a frambuffer on a
     406    completely clean result is to run the test suite in a framebuffer on a
    407407    different screen (Xvfb). Even still, Disk I/O can cause failures.</para>
    408408
     
    426426
    427427    <para><parameter>--enable-nss</parameter>: This switch enables the
    428     build to utilize additional crytography supplied by the nss
     428    build to utilize additional cryptography supplied by the nss
    429429    libraries.</para>
    430430
     
    519519        schemagen, serialver, servertool, tnameserv, unpack200,
    520520        wsgen, wsimport, and xjc</seg>
    521         <seg><envar>$JAVA_HOME</envar>/lib/*, and
    522         <envar>$JAVA_HOME</envar>/jre/lib/*</seg>
    523         <seg>/opt/openjdk-&openjdk-version;</seg>
     521        <seg>/opt/OpenJDK-&openjdk-version;/lib/*, and
     522        /opt/OpenJDK-&openjdk-version;/jre/lib/*</seg>
     523        <seg>/opt/OpenJDK-&openjdk-version;</seg>
    524524      </seglistitem>
    525525    </segmentedlist>
     
    697697        <listitem>
    698698          <para>parses a java heap dump file and allows viewing
    699           in a webbrowser.</para>
     699          in a web browser.</para>
    700700          <indexterm zone="openjdk jhat">
    701701            <primary sortas="b-jhat">jhat</primary>
Note: See TracChangeset for help on using the changeset viewer.