source: general/prog/jdk/j2sdk-intro.xml@ 03cbf55

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
Last change on this file since 03cbf55 was 03cbf55, checked in by Larry Lawrence <larry@…>, 21 years ago

more edits....

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

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<sect2>
2<title>Introduction to j2sdk</title>
3
4<screen>Download location (HTTP): <ulink url="&j2sdk-download-http;"/>
5Download location (FTP): <ulink url="&j2sdk-download-ftp;"/>
6Version used (binary): &j2sdk-bin-version;
7Version used (source): &j2sdk-src-version;
8Package size (binary): &j2sdk-bin-size;
9Package size (source): &j2sdk-src-size;
10Estimated Disk space required: &j2sdk-src-buildsize;</screen>
11
12<para>The j2sdk package contains Sun's java development environment.
13This is useful for developing java programs and provides the runtime
14environment necessary to run java programs. It also includes a plug-in
15for browsers so that they can be java aware.</para>
16
17<para>
18The JDK comes in two flavors, a precompiled binary and a source package. The
19precompiled binary is linked against gcc2 libraries. Due to the incompatibilities
20between gcc2 and gcc3, the precompiled java plugin causes problems when gcc3
21compiled packages (for example mozilla) try to load the java plugin.
22The source package requires registration at the Sun developer site and accepting
23the Sun Community Source License.
24The source code cannot be downloaded from some countries, so for users
25from those countries, the binary may be the only option.
26</para>
27
28<para>Even if you plan on compiling the jdk source, you will need to download
29the binary version to bootstrap the jdk build.
30Follow the above link to download both source and binary packages. When
31downloading the source also download the mozilla headers package available at
32the same location.
33</para>
34
35<para>Download the patches for j2sdk source from <ulink url="&hfile-root;"/>
36</para>
37
38<para>If you have difficulties in building the jdk, check out the javafromscratch
39hint at <ulink url="http://www.linuxfromscratch.org/~tushar/"/> for some workarounds.
40</para>
41
42<para>For users who do cannot download the j2sdk source owing to license
43restrictions, blackdown has a gcc3 based precompiled version.
44Check out <ulink url="http://www.blackdown.org/"/> for more information.</para>
45
46<screen>j2sdk depends on:
47<xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref linkend="unzip"/>,
48<xref linkend="cpio"/>, <xref linkend="tcsh"/> and <xref linkend="gcc2"/></screen>
49
50</sect2>
Note: See TracBrowser for help on using the repository browser.