Changeset aeaebda9


Ignore:
Timestamp:
05/11/2006 01:08:41 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
fb69e2e
Parents:
ff55539b
Message:

Added commands to the JDK instructions to run a demo program with the newly created java binary to provide a basic test of the build

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    rff55539b raeaebda9  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY jdk-download-source "https://tiger.dev.java.net/jdk_5_0_05.html">
     
    235223export PATH=${PATH}:${JAVA_HOME}/bin</userinput></screen>
    236224
    237     <para>The source code is contained in a self-extracting
    238     <filename class='extension'>jar</filename> file.  You
     225    <para>The source code is contained in self-extracting
     226    <filename class='extension'>jar</filename> files.  You
    239227    will need to be in a windowed environment to extract the sources.
    240228    Create a directory to store the extracted sources.  Choose the newly
     
    298286cd ../build/linux-i?86</userinput></screen>
    299287
     288    <para>To test the results, you can run one of the provided demo programs
     289    using the newly created <command>java</command> binary. Issue the
     290    following commands:</para>
     291
     292<screen><userinput>cd j2sdk-image/demo/jfc/Java2D &amp;&amp;
     293../../../bin/java -jar Java2Demo.jar &amp;&amp;
     294cd ../../../..</userinput></screen>
     295
    300296    <para>Now, as the <systemitem class="username">root</systemitem> user,
    301297    install the <application>JDK</application>:</para>
  • introduction/welcome/changelog.xml

    rff55539b raeaebda9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added commands to the JDK instructions to run a demo
     49          program with the newly created java binary to provide a basic test
     50          of the build.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Added commands to the cpio instructions to create
    4954          alternate forms of the documentation.</para>
Note: See TracChangeset for help on using the changeset viewer.