Ignore:
Timestamp:
09/26/2003 03:51:46 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2082ebf6
Parents:
df5b04d
Message:

chapter 12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk/j2sdk-intro.xml

    rdf5b04d r06aea651  
    22<title>Introduction to j2sdk</title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&j2sdk-download-http;"/>
    5 Download location (FTP):        <ulink url="&j2sdk-download-ftp;"/>
    6 Version used (binary):          &j2sdk-bin-version;
    7 Version used (source):          &j2sdk-src-version;
    8 Package size (binary):          &j2sdk-bin-size;
    9 Package size (source):          &j2sdk-src-size;
    10 Estimated Disk space required:  &j2sdk-src-buildsize;</screen>
    11 
    12 <para>The j2sdk package contains Sun's java development environment.
    13 This is useful for developing java programs and provides the runtime
    14 environment necessary to run java programs.  It also includes a plug-in
    15 for browsers so that they can be java aware.</para>
     4<para>The <application>J2SDK</application> package contains Sun's
     5<application>Java</application> development environment. This is useful for
     6developing <application>Java</application> programs and provides the runtime
     7environment necessary to run <application>Java</application> programs.  It also
     8includes a plug-in for browsers so that they can be <application>Java
     9</application> aware.</para>
    1610
    1711<para>
    18 The JDK comes in two flavors, a precompiled binary and a source package. The
    19 precompiled binary is linked against gcc2 libraries. Due to the incompatibilities
    20 between gcc2 and gcc3, the precompiled java plugin causes problems when gcc3
    21 compiled packages (for example mozilla) try to load the java plugin.
    22 The source package requires registration at the Sun developer site and accepting
    23 the Sun Community Source License.
     12The <acronym>JDK</acronym> comes in two flavors, a precompiled binary and a
     13source package. The precompiled binary is linked against <acronym>GCC
     14</acronym>-2 libraries. Due to the incompatibilities between
     15<acronym>GCC</acronym>-2 and <acronym>GCC</acronym>-3, the precompiled java
     16plugin causes problems when <acronym>GCC</acronym>-3 compiled packages (for
     17example <application>Mozilla</application>) try to load the <application>Java
     18</application> plugin. The source package requires registration at the Sun
     19developer site and accepting the Sun Community Source License.
    2420The source code cannot be downloaded from some countries, so for users
    25 from those countries, the binary may be the only option.
    26 </para>
     21from those countries, the binary may be the only option.</para>
    2722
    28 <para>Even if you plan on compiling the jdk source, you will need to download
    29 the binary version to bootstrap the jdk build.
    30 Follow the above link to download both source and binary packages. When
    31 downloading the source also download the mozilla headers package available at
    32 the same location.
    33 </para>
     23<para>Even if you plan on compiling the <acronym>JDK</acronym> source, you will
     24need to download the binary version to bootstrap the <acronym>JDK</acronym>
     25build. Follow the below link to download both source and binary packages. When
     26downloading the source also download the <application>Mozilla</application>
     27headers package available at the same location.</para>
    3428
    35 <para>Download the patches for j2sdk source from <ulink url="&hfile-root;"/>.
    36 </para>
     29<para>For users who cannot download the <application>J2SDK</application> source owing to license restrictions, <application>blackdown
     30</application> has an <acronym>GCC</acronym>-3 based precompiled version.
     31Check out <ulink url="http://www.blackdown.org/"/> for more
     32information.</para>
    3733
    38 <!--
    39 <para>If you have difficulties in building the jdk, check out the javafromscratch
    40 hint at <ulink url="http://www.linuxfromscratch.org/~tushar/"/> for some workarounds.
    41 </para>
    42 -->
     34<sect3><title>Package information</title>
     35<itemizedlist spacing='compact'>
     36<listitem><para>Download (HTTP): <ulink
     37url="&j2sdk-download-http;"/></para></listitem>
     38<listitem><para>Download (FTP): <ulink
     39url="&j2sdk-download-ftp;"/></para></listitem>
     40<listitem><para>Version used (binary):
     41&j2sdk-bin-version;</para></listitem>
     42<listitem><para>Download size (binary): &j2sdk-bin-size;</para></listitem>
     43<listitem><para>Download size (source): &j2sdk-src-size;</para></listitem>
     44<listitem><para>Estimated Disk space required:
     45&j2sdk-src-buildsize;</para></listitem>
     46<listitem><para>Estimated build time:
     47&j2sdk-time;</para></listitem></itemizedlist>
     48</sect3>
    4349
    44 <para>For users who cannot download the j2sdk source owing to license
    45 restrictions, blackdown has a gcc3 based precompiled version.
    46 Check out <ulink url="http://www.blackdown.org/"/> for more information.</para>
     50<sect3><title>Additional downloads</title>
     51<itemizedlist spacing='compact'>
     52<listitem><para>Required Patches:
     53<ulink url="&hfile-root;"/></para></listitem></itemizedlist>
     54</sect3>
    4755
    48 <screen>j2sdk depends on:
    49 <xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref linkend="unzip"/>,
    50 <xref linkend="cpio"/>, <xref linkend="tcsh"/> and <xref linkend="gcc2"/></screen>
     56
     57<sect3><title><application>J2SDK</application> dependencies</title>
     58<sect4><title>Required</title>
     59<para><xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref
     60linkend="unzip"/>, <xref linkend="cpio"/>, <xref linkend="tcsh"/> and <xref
     61linkend="gcc2"/></para></sect4>
     62</sect3>
     63
    5164
    5265</sect2>
Note: See TracChangeset for help on using the changeset viewer.