2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<!ENTITY jdk-download-source "http://java.sun.com/j2se/jrl_download.html">
|
|
|
|
<!ENTITY jdk-download-binary "http://java.sun.com/j2se/1.5.0/download.jsp">
|
2005-04-29 14:12:31 +08:00
|
|
|
<!ENTITY jdk-source-md5sum "http://anduin.linuxfromscratch.org/sources/BLFS/SVN/I-K/jdk/jdk-&jdk-src-version;.md5sums">
|
2005-04-24 17:52:46 +08:00
|
|
|
<!ENTITY jdk-bin-md5sum "562d9797af801bfbe2b5e44417d8ccc4">
|
|
|
|
<!ENTITY jdk-bin-size "45 MB">
|
|
|
|
<!ENTITY jdk-src-size "65.7 MB (three .zip files)">
|
|
|
|
<!ENTITY jdk-src-buildsize "1444 MB">
|
|
|
|
<!ENTITY jdk-time "33.06 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<sect1 id="jdk" xreflabel="JDK-&jdk-src-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2005-04-24 17:52:46 +08:00
|
|
|
<?dbhtml filename="jdk.html" ?>
|
|
|
|
<title><application>JDK</application>-&jdk-src-version;</title>
|
|
|
|
<indexterm zone="jdk">
|
|
|
|
<primary sortas="a-JDK">JDK</primary>
|
2005-01-26 22:18:33 +08:00
|
|
|
</indexterm>
|
2002-08-10 10:42:59 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
2005-01-26 22:18:33 +08:00
|
|
|
<title>Introduction to
|
2005-04-24 17:52:46 +08:00
|
|
|
<application>JDK</application></title>
|
2005-01-26 22:18:33 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>The <application>JDK</application> package contains
|
2005-01-26 22:18:33 +08:00
|
|
|
Sun's <application>Java</application> development environment. This is useful
|
|
|
|
for developing <application>Java</application> programs and provides the
|
|
|
|
runtime environment necessary to run <application>Java</application> programs.
|
|
|
|
It also includes a plug-in for browsers so that they can be
|
|
|
|
<application>Java</application> aware.</para>
|
|
|
|
|
|
|
|
<para>The <acronym>JDK</acronym> comes in two flavors, a precompiled binary
|
|
|
|
and a source package. Previously, the plugin included in the
|
|
|
|
<acronym>JDK</acronym> binary package was unusable on <acronym>LFS</acronym>
|
|
|
|
owing to incompatibilities with <acronym>GCC</acronym>-3 compiled browsers.
|
2004-06-13 06:56:28 +08:00
|
|
|
This is not the case anymore.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>In order to use the source code and patches, you must read and agree
|
|
|
|
to the Sun <ulink url="http://java.sun.com/j2se/1.5.0/jrl_5.0-license.txt">
|
|
|
|
Java Research License</ulink>. In addition, the source code cannot be
|
2005-01-26 22:18:33 +08:00
|
|
|
downloaded from some countries, so for users from those countries, the binary
|
2005-04-24 17:52:46 +08:00
|
|
|
is the only option.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>If you plan on compiling the <acronym>JDK</acronym> source, you
|
|
|
|
will still need to download the binary version to bootstrap the
|
|
|
|
<acronym>JDK</acronym> build. You will need to download a total of four
|
|
|
|
files to complete the source build:
|
|
|
|
<filename>jdk-1_5_0_02-linux-i586.bin</filename>;
|
|
|
|
<filename>jdk-1_5_0-src-jrl.zip</filename>;
|
|
|
|
<filename>jdk-1_5_0-bin-jrl.zip</filename>;
|
|
|
|
and <filename>jdk-1_5_0-mozilla_headers-unix.zip</filename>.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Binary download:
|
2005-04-24 17:52:46 +08:00
|
|
|
<ulink url="&jdk-download-binary;"/></para></listitem>
|
|
|
|
<listitem><para>Version used (binary):
|
|
|
|
&jdk-bin-version;</para></listitem>
|
|
|
|
<listitem><para>Download MD5 sum (binary):
|
|
|
|
&jdk-bin-md5sum;</para></listitem>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Source download:
|
2005-04-24 17:52:46 +08:00
|
|
|
<ulink url="&jdk-download-source;"/></para></listitem>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Download MD5 sum (source):
|
2005-04-24 17:52:46 +08:00
|
|
|
<ulink url="&jdk-source-md5sum;"/></para></listitem>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Download size (binary):
|
2005-04-24 17:52:46 +08:00
|
|
|
&jdk-bin-size;</para></listitem>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Download size (source):
|
2005-04-24 17:52:46 +08:00
|
|
|
&jdk-src-size;</para></listitem>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2005-04-24 17:52:46 +08:00
|
|
|
&jdk-src-buildsize;</para></listitem>
|
2005-02-09 10:52:39 +08:00
|
|
|
<listitem><para>Estimated build time:
|
2005-04-24 17:52:46 +08:00
|
|
|
&jdk-time;</para></listitem></itemizedlist>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 18:08:16 +08:00
|
|
|
<sect3><title>Required Patches</title>
|
2004-06-13 06:56:28 +08:00
|
|
|
<itemizedlist spacing='compact'>
|
2005-04-24 17:52:46 +08:00
|
|
|
<listitem><para><ulink
|
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-gcc_3.4.2+-3.patch"/></para>
|
2005-01-26 22:18:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem><para><ulink
|
2005-04-24 17:52:46 +08:00
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-motif_mkmsgcat-1.patch"/></para>
|
2005-01-26 22:18:33 +08:00
|
|
|
</listitem>
|
2005-04-24 17:52:46 +08:00
|
|
|
<listitem><para><ulink
|
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-nptl-1.patch"/></para></listitem>
|
2005-01-26 22:18:33 +08:00
|
|
|
<listitem><para><ulink
|
2005-04-24 17:52:46 +08:00
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-remove_broken_demo-1.patch"/></para>
|
2005-01-26 22:18:33 +08:00
|
|
|
</listitem>
|
2005-04-24 17:52:46 +08:00
|
|
|
<listitem><para><ulink
|
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-remove_fixed_paths-1.patch"/></para>
|
2005-01-26 22:18:33 +08:00
|
|
|
</listitem>
|
2005-04-24 17:52:46 +08:00
|
|
|
</itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Recommended Patches</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
2005-01-26 22:18:33 +08:00
|
|
|
<listitem><para><ulink
|
2005-04-24 17:52:46 +08:00
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-remove_debug_image-1.patch"/>
|
|
|
|
(Skips compiling of the <application>JDK</application> debug image)</para>
|
2005-01-26 22:18:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem><para><ulink
|
2005-04-24 17:52:46 +08:00
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-static_cxx-1.patch"/>
|
|
|
|
(Forces dynamic linking to gcc libs)</para></listitem>
|
2005-01-26 22:18:33 +08:00
|
|
|
<listitem><para><ulink
|
2005-04-24 17:52:46 +08:00
|
|
|
url="&patch-root;/jdk-&jdk-src-version;-xorg-6.8.1-1.patch"/>
|
|
|
|
(Only required if building agianst <xref linkend="xorg"/>)</para></listitem>
|
2004-06-13 06:56:28 +08:00
|
|
|
</itemizedlist>
|
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
|
|
|
|
<sect3><title><application>JDK</application> dependencies</title>
|
|
|
|
<sect4><title>Required (to build <application>JDK</application> from
|
2005-02-27 13:37:02 +08:00
|
|
|
source)</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
2005-01-26 22:18:33 +08:00
|
|
|
<xref linkend="zip"/>,
|
|
|
|
<xref linkend="unzip"/>,
|
|
|
|
<xref linkend="cpio"/>,
|
2005-04-24 17:52:46 +08:00
|
|
|
<xref linkend="alsa"/>, and
|
|
|
|
<xref linkend="tcsh"/></para>
|
2005-01-11 05:43:20 +08:00
|
|
|
</sect4>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
2005-04-24 17:52:46 +08:00
|
|
|
<title>Installation of <application>JDK</application></title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>Both versions will be installed in parallel. You may choose to keep
|
|
|
|
either or both.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>Install the precompiled <acronym>JDK</acronym> with the
|
2004-06-13 06:56:28 +08:00
|
|
|
following commands:</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>export VERSION=&jdk-bin-version; &&
|
2005-01-26 22:18:33 +08:00
|
|
|
export MV=`echo $VERSION | cut -d "_" -f 1,1` &&
|
|
|
|
export V=`echo ${VERSION} | sed -e "s/\./_/g"` &&
|
2005-04-24 17:52:46 +08:00
|
|
|
sed -i "s:^PATH=.*::" jdk-${V}-linux-i?86.bin &&
|
|
|
|
chmod +x jdk-${V}-linux-i?86.bin &&
|
2004-06-13 06:56:28 +08:00
|
|
|
mkdir -p bin &&
|
|
|
|
ln -sf /bin/true bin/more &&
|
2005-04-24 17:52:46 +08:00
|
|
|
yes | PATH=$PWD/bin:$PATH ./jdk-${V}-linux-i?86.bin &&
|
|
|
|
cd jdk${VERSION}</command></userinput></screen>
|
2005-01-26 22:18:33 +08:00
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput role='root'><command>install -d /opt/jdk/jdk-precompiled-${MV} &&
|
|
|
|
mv * /opt/jdk/jdk-precompiled-${MV}
|
|
|
|
chown -R root:root /opt/jdk/jdk-precompiled-${MV}</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
|
|
|
<para>The binary version is now installed.</para>
|
|
|
|
|
|
|
|
<para>If you don't want to compile the source or are not in a position to
|
|
|
|
download the source owing to license restrictions, skip ahead to the
|
|
|
|
configuration section.</para>
|
|
|
|
|
2004-11-27 17:53:52 +08:00
|
|
|
<para>Add the recently installed <acronym>JDK</acronym> to the path.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>export JAVA_HOME=/opt/jdk/jdk-precompiled-${MV} &&
|
2004-06-13 06:56:28 +08:00
|
|
|
export PATH=$PATH:${JAVA_HOME}/bin</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-01-26 22:18:33 +08:00
|
|
|
<para>Unzip the sources:</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>mkdir jdk-build &&
|
|
|
|
cd jdk-build &&
|
|
|
|
VERSION=&jdk-src-version; &&
|
2004-06-13 06:56:28 +08:00
|
|
|
V=`echo $VERSION | sed -e "s/\./_/g"` &&
|
2005-04-24 17:52:46 +08:00
|
|
|
unzip ../jdk-${V}-src-jrl.zip &&
|
|
|
|
unzip ../jdk-${V}-bin-jrl.zip &&
|
|
|
|
unzip ../jdk-${V}-mozilla_headers-unix.zip</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>Apply all the patches downloaded above.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>for PATCH in ../jdk-&jdk-src-version;*.patch
|
|
|
|
do patch -Np1 -i ${PATCH}
|
2004-06-13 06:56:28 +08:00
|
|
|
done</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>Set/unset some variables which affect the build:</para>
|
2005-01-26 22:18:33 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<screen><userinput><command>export ALT_BOOTDIR="$JAVA_HOME" &&
|
|
|
|
unset JAVA_HOME &&
|
|
|
|
unset CLASSPATH
|
|
|
|
unset CFLAGS
|
|
|
|
unset CXXFLAGS
|
|
|
|
unset LDFLAGS
|
|
|
|
export ALT_DEVTOOLS_PATH="/usr/bin" &&
|
2005-04-24 17:52:46 +08:00
|
|
|
export BUILD_NUMBER="blfs-&blfs-version;" &&
|
2004-06-13 06:56:28 +08:00
|
|
|
export DEV_ONLY=true &&
|
|
|
|
export ALT_MOZILLA_PATH=$PWD &&
|
|
|
|
export INSANE=true &&
|
|
|
|
export MAKE_VERBOSE=true &&
|
2005-04-24 17:52:46 +08:00
|
|
|
export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
|
|
|
<warning><para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make the build
|
|
|
|
fail. If you are interested in optimizing the build, set
|
|
|
|
OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS instead.</para></warning>
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>Additionally, if you would like to make in parallel, add the
|
|
|
|
following:</para>
|
2005-01-26 22:18:33 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>export HOTSPOT_BUILD_JOBS=<replaceable>[3]</replaceable></command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>Build the <application>JDK</application> with the following
|
2004-06-13 06:56:28 +08:00
|
|
|
commands. There will be a lot of messages about missing files that look like
|
2005-04-24 17:52:46 +08:00
|
|
|
errors. These are caused by not meeting the expected build environemnt
|
|
|
|
(Red Hat). As long as the build doesn't stop, the messages
|
|
|
|
are harmless.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<screen><userinput><command>cd control/make &&
|
|
|
|
make &&
|
2005-01-26 22:18:33 +08:00
|
|
|
cd ../build/linux-i?86</command></userinput></screen>
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>Now, as the root user, install the <application>JDK</application>:</para>
|
2005-01-26 22:18:33 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput role='root'><command>cp -a j2sdk-image /opt/jdk/jdk-&jdk-src-version; &&
|
|
|
|
chown -R root:root /opt/jdk/jdk-&jdk-src-version;</command></userinput></screen>
|
2005-01-26 22:18:33 +08:00
|
|
|
|
|
|
|
<para>Restore the environment using the following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>unset VERSION &&
|
|
|
|
unset MV &&
|
|
|
|
unset V &&
|
|
|
|
unset ALT_BOOTDIR &&
|
|
|
|
unset ALT_DEVTOOLS_PATH &&
|
|
|
|
unset BUILD_NUMBER &&
|
|
|
|
unset DEV_ONLY &&
|
|
|
|
unset ALT_MOZILLA_PATH &&
|
|
|
|
unset INSANE &&
|
|
|
|
unset MAKE_VERBOSE &&
|
2005-04-24 17:52:46 +08:00
|
|
|
unset ALT_CACERTS_FILE</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets
|
2005-01-26 22:18:33 +08:00
|
|
|
the location of the bootstrap <acronym>JDK</acronym>.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para><command>export ALT_MOZILLA_PATH=$PWD</command>: This tells the build
|
|
|
|
where to find the base directory of the plugin path (which contains the
|
|
|
|
<application>Mozilla</application> headers).</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
|
2004-06-25 02:44:11 +08:00
|
|
|
changes the location where the build finds the needed executables.</para>
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para><command>export BUILD_NUMBER="blfs-&blfs-version;"</command>:
|
|
|
|
This will help you identify the compiled version of the runtime environment
|
|
|
|
and virtual machine by appending this information to the version
|
|
|
|
string.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><command>export DEV_ONLY=true</command>: This command
|
2005-04-24 17:52:46 +08:00
|
|
|
skips compiling the documentation and eliminates a dependency on
|
2004-06-25 02:44:11 +08:00
|
|
|
<application>rpm</application>.</para>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><command>unset JAVA_HOME</command>: This clears the
|
2004-06-25 02:44:11 +08:00
|
|
|
<envar>JAVA_HOME</envar> variable as recommended by the build
|
|
|
|
instructions.</para>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><command>unset CLASSPATH</command>: This clears the
|
2004-06-25 02:44:11 +08:00
|
|
|
<envar>CLASSPATH</envar> variable as per the recommendations in the build
|
|
|
|
instructions.</para>
|
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para><command>unset CFLAGS/CXXFLAGS...</command>: These variables cause
|
|
|
|
miscompilation of the build. Never set them.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para><command>export INSANE=true</command>: The certified platform for the
|
|
|
|
build is Redhat Enterprise Advanced Server 2.1. This variable ensures that
|
|
|
|
all the errors related to compiling on a non-certified platform will be
|
|
|
|
displayed as warnings instead of errors.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para><command>export MAKE_VERBOSE=true</command>: Allows the compiler
|
|
|
|
commands to be displayed on the console.</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para><command>export ALT_CACERTS_FILE...</command>: Specifies the
|
2005-04-24 17:52:46 +08:00
|
|
|
certificate file to use (from the installed binary
|
|
|
|
<application>JDK</application>).</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
2005-04-24 17:52:46 +08:00
|
|
|
<title>Configuring <application>JDK</application></title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>Configuration Information</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-11-27 17:53:52 +08:00
|
|
|
<para>There are now two Java 2 <acronym>SDK</acronym>'s installed in
|
2005-04-24 17:52:46 +08:00
|
|
|
<filename>/opt/jdk</filename>. You should decide on which one you
|
2004-06-13 06:56:28 +08:00
|
|
|
would like to use as the default. For example if you decide to use the source
|
2005-04-24 17:52:46 +08:00
|
|
|
compiled <application>JDK</application>, do the following:</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>ln -nsf jdk-&jdk-src-version; /opt/jdk/jdk</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>Add the following <filename>jdk.sh</filename> shell startup file to
|
|
|
|
the <filename>/etc/profile.d</filename> directory with the following
|
|
|
|
commands:</para>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<screen><userinput><command>cat > /etc/profile.d/jdk.sh << "EOF"</command>
|
|
|
|
# Begin /etc/profile.d/jdk.sh
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
# Set JAVA_HOME directory
|
|
|
|
JAVA_HOME=/opt/jdk/jdk
|
|
|
|
export JAVA_HOME
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-05-05 12:46:02 +08:00
|
|
|
# Adjust PATH
|
2005-04-24 17:52:46 +08:00
|
|
|
pathappend ${JAVA_HOME}/bin PATH
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
# Auto Java Classpath Updating
|
|
|
|
# Create symlinks to this directory for auto classpath setting
|
|
|
|
AUTO_CLASSPATH_DIR=/usr/lib/classpath
|
|
|
|
if [ -z ${CLASSPATH} ]; then
|
|
|
|
CLASSPATH=.:${AUTO_CLASSPATH_DIR}
|
|
|
|
else
|
2005-05-05 12:46:02 +08:00
|
|
|
CLASSPATH="${CLASSPATH}:.:${AUTO_CLASSPATH_DIR}
|
2005-04-24 17:52:46 +08:00
|
|
|
fi
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-05-05 12:46:02 +08:00
|
|
|
# Check for empty AUTO_CLASSPATH_DIR
|
|
|
|
ls ${AUTO_CLASSPATH_DIR}/*.jar &> /dev/null &&
|
|
|
|
for i in ${AUTO_CLASSPATH_DIR}/*.jar
|
|
|
|
do CLASSPATH=${CLASSPATH}:"${i}"
|
2005-04-24 17:52:46 +08:00
|
|
|
done
|
2005-05-05 12:46:02 +08:00
|
|
|
export CLASSPATH
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
# End /etc/profile.d/jdk.sh
|
|
|
|
<command>EOF</command></userinput></screen>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-04-24 17:52:46 +08:00
|
|
|
<para>The <application>Java</application> plugin is loacated in
|
|
|
|
<filename class="directory">$JAVA_HOME/jre/plugin/i?86/ns7/</filename>.
|
|
|
|
Make a symbolic link to the file in that directory from your browser
|
|
|
|
plugins directory.</para>
|
|
|
|
|
|
|
|
<note><para>The plugin must be a symlink for it to work. If not, the browsers
|
|
|
|
just crash when you attempt to load a <application>Java</application>
|
|
|
|
application.</para></note>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2004-06-25 02:44:11 +08:00
|
|
|
|
2005-01-26 22:18:33 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>appletviewer, extcheck, idlj, jar, jarsigner, java, javac, javadoc,
|
2005-04-28 20:50:13 +08:00
|
|
|
javah, javap, javaws, jdb, keytool, native2ascii, orbd, policytool, rmic, rmid,
|
2005-01-26 22:18:33 +08:00
|
|
|
rmiregistry, serialver, servertool and tnameserv</seg>
|
|
|
|
<seg><envar>$JAVA_HOME</envar>/lib/*, <envar>$JAVA_HOME</envar>/jre/lib/*
|
|
|
|
and libjavaplugin_oji.so</seg>
|
2005-04-24 17:52:46 +08:00
|
|
|
<seg>/opt/jdk</seg>
|
2005-01-26 22:18:33 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
|
|
|
<varlistentry id="appletviewer">
|
|
|
|
<term><command>appletviewer</command></term>
|
|
|
|
<listitem><para>runs <application>Java</application> applets outside of the
|
|
|
|
context of a browser.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk appletviewer">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-appletviewer">appletviewer</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="extcheck">
|
|
|
|
<term><command>extcheck</command></term>
|
|
|
|
<listitem><para>checks a specified <filename>JAR</filename> file for title
|
|
|
|
and version conflicts with any extensions installed in the
|
|
|
|
<acronym>JDK</acronym> software.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk extcheck">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-extcheck">extcheck</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="idlj">
|
|
|
|
<term><command>idlj</command></term>
|
|
|
|
<listitem><para>generates <application>Java</application> bindings from a
|
|
|
|
given <acronym>IDL</acronym> file.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk idlj">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-idlj">idlj</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="jar">
|
|
|
|
<term><command>jar</command></term>
|
|
|
|
<listitem><para>combines multiple files into a single <acronym>JAR</acronym>
|
|
|
|
archive file.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk jar">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-jar">jar</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="jarsigner">
|
|
|
|
<term><command>jarsigner</command></term>
|
|
|
|
<listitem><para>signs <filename>JAR</filename> (Java ARchive) files and
|
|
|
|
verifies the signatures and integrity of a signed
|
|
|
|
<filename>JAR</filename>.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk jarsigner">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-jarsigner">jarsigner</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="java">
|
|
|
|
<term><command>java</command></term>
|
|
|
|
<listitem><para>launches a <application>Java</application> application by
|
|
|
|
starting a <application>Java</application> runtime environment, loading a
|
|
|
|
specified class and invoking its main method.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk java">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-java">java</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="javac">
|
|
|
|
<term><command>javac</command></term>
|
|
|
|
<listitem><para>reads class and interface definitions, written in the
|
|
|
|
<application>Java</application> programming language, and compiles them into
|
|
|
|
bytecode class files.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk javac">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-javac">javac</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="javadoc">
|
|
|
|
<term><command>javadoc</command></term>
|
|
|
|
<listitem><para>parses the declarations and documentation comments in a set of
|
|
|
|
<application>Java</application> source files and produces a corresponding set
|
|
|
|
of <acronym>HTML</acronym> pages describing the classes, interfaces,
|
|
|
|
constructors, methods, and fields.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk javadoc">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-javadoc">javadoc</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="javah">
|
|
|
|
<term><command>javah</command></term>
|
|
|
|
<listitem><para>generates <application>C</application> header and source files
|
|
|
|
that are needed to implement native methods.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk javah">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-javah">javah</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="javap">
|
|
|
|
<term><command>javap</command></term>
|
|
|
|
<listitem><para>disassembles a <application>Java</application> class
|
|
|
|
file.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk javap">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-javap">javap</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-04-28 20:50:13 +08:00
|
|
|
<varlistentry id="javaws">
|
|
|
|
<term><command>javaws</command></term>
|
|
|
|
<listitem><para>launches java application/applets hosted on a network.</para>
|
|
|
|
<indexterm zone="jdk javaws">
|
|
|
|
<primary sortas="b-javaws">javaws</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-01-26 22:18:33 +08:00
|
|
|
<varlistentry id="jdb">
|
|
|
|
<term><command>jdb</command></term>
|
|
|
|
<listitem><para>is a simple command-line debugger for
|
|
|
|
<application>Java</application> classes.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk jdb">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-jdb">jdb</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="keytool">
|
|
|
|
<term><command>keytool</command></term>
|
|
|
|
<listitem><para>is a key and certificate management utility.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk keytool">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-keytool">keytool</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="native2ascii">
|
|
|
|
<term><command>native2ascii</command></term>
|
|
|
|
<listitem><para> converts files that contain non-supported character encoding
|
|
|
|
into files containing Latin-1 or Unicode-encoded characters.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk native2ascii">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-native2ascii">native2ascii</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="orbd">
|
|
|
|
<term><command>orbd</command></term>
|
|
|
|
<listitem><para>is used to enable clients to transparently locate and invoke
|
|
|
|
persistent objects on servers in the <acronym>CORBA</acronym>
|
|
|
|
environment.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk orbd">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-orbd">orbd</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="policytool">
|
|
|
|
<term><command>policytool</command></term>
|
|
|
|
<listitem><para>creates and manages a policy file graphically.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk policytool">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-policytool">policytool</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="rmic">
|
|
|
|
<term><command>rmic</command></term>
|
|
|
|
<listitem><para>generates stub and skeleton class files for remote objects
|
|
|
|
from the names of compiled <application>Java</application> classes that
|
|
|
|
contain remote object implementations.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk rmic">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-rmic">rmic</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="rmid">
|
|
|
|
<term><command>rmid</command></term>
|
|
|
|
<listitem><para>starts the activation system daemon.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk rmid">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-rmid">rmid</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="rmiregistry">
|
|
|
|
<term><command>rmiregistry</command></term>
|
|
|
|
<listitem><para>creates and starts a remote object registry on the specified
|
|
|
|
port on the current host.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk rmiregistry">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-rmiregistry">rmiregistry</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="serialver">
|
|
|
|
<term><command>serialver</command></term>
|
|
|
|
<listitem><para>returns the serialVersionUID for one or more classes in a
|
|
|
|
form suitable for copying into an evolving class.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk serialver">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-serialver">serialver</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="servertool">
|
|
|
|
<term><command>servertool</command></term>
|
|
|
|
<listitem><para>provides an ease-of-use interface for application programmers
|
|
|
|
to register, unregister, startup and shutdown a server.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk servertool">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-servertool">servertool</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="tnameserv">
|
|
|
|
<term><command>tnameserv</command></term>
|
|
|
|
<listitem><para>starts the <application>Java</application>
|
|
|
|
<acronym>IDL</acronym> name server.</para>
|
2005-04-24 17:52:46 +08:00
|
|
|
<indexterm zone="jdk tnameserv">
|
2005-01-26 22:18:33 +08:00
|
|
|
<primary sortas="b-tnameserv">tnameserv</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-06-13 06:56:28 +08:00
|
|
|
|
|
|
|
</sect2>
|
2002-08-10 10:42:59 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|