Ignore:
Timestamp:
01/30/2003 08:04:11 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a40092c
Parents:
860ca0e
Message:

update to j2sdk-1.4.1

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

File:
1 edited

Legend:

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

    r860ca0e r1bf950c  
    11<sect2>
    2 <title>Introduction to j2sdk (binary version)</title>
     2<title>Introduction to j2sdk</title>
    33
    44<screen>Download location (HTTP):       <ulink url="&j2sdk-download-http;"/>
    5 Download location (FTP):        <ulink url="&j2sdk-download-ftp;"/>
    6 Version used:                   &j2sdk-version;
    7 Package size:                   &j2sdk-size;
    8 Estimated Disk space required:  &j2sdk-buildsize;</screen>
     5Version used (binary):       &j2sdk-bin-version;
     6Version used (source):       &j2sdk-src-version;
     7Package size (binary):       &j2sdk-bin-size;
     8Package size (source):       &j2sdk-src-size;
     9Estimated Disk space required:  &j2sdk-src-buildsize;</screen>
    910
    10 <para>The j2sdk package contains Sun's java development environment -
    11 precompiled. This is needed to fulfull the circular dependency when we
    12 compile java.</para>
     11<para>The j2sdk package contains Sun's java development environment.
     12This is useful for developing java programs and provides the runtime
     13environment necessary to run java programs.  It also includes a plug-in
     14for browsers so that they can be java aware.</para>
    1315
     16<para>
     17The JDK comes in two flavors, a precompiled binary and a source package. The
     18precompiled binary is linked against gcc2 libraries. Due to the incompatibilities
     19between gcc2 and gcc3, the precompiled java plugin causes problems when gcc3
     20compiled packages (for example mozilla) try to load the java plugin.
     21The source package requires registration at the Sun developer site and accepting
     22the Sun Community Source License.
     23The source code cannot be downloaded from some countries, so for users
     24from those countries, the binary may be the only option.
     25</para>
     26
     27<para>Even if you plan on compiling the jdk source, you will need to download
     28the binary version to bootstrap the jdk build.
     29Follow the above link to download both source and binary packages. When
     30downloading the source also download the mozilla headers package available at
     31the same location.
     32</para>
     33
     34<para>Download the patches for j2sdk source from <ulink url="&ffile-root;"/>
     35</para>
     36
     37<para>If you have difficulties in building the jdk, check out the javafromscratch
     38hint for detailed information at <ulink url="http://www.linuxfromscratch.org/~tushar/"/>.
     39</para>
     40
     41<screen>j2sdk depends on:
     42<xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="cpio"/>, <xref linkend="tcsh"/>, gcc2-lib</screen>
    1443
    1544</sect2>
Note: See TracChangeset for help on using the changeset viewer.