From bdf7e1bf07691d6ad9c00013df1fc5b642b9a7cf Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 6 Jun 2005 17:30:19 +0000 Subject: [PATCH] Fixed typos and updated JDK binary version to 1.5.0_03 in the JDK instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4559 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/prog/jdk.xml | 24 ++++++++++++------------ introduction/welcome/changelog.xml | 3 ++- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/general.ent b/general.ent index eb634614dd..b8ba6ea39c 100644 --- a/general.ent +++ b/general.ent @@ -137,7 +137,7 @@ - + diff --git a/general/prog/jdk.xml b/general/prog/jdk.xml index f4fdc953f2..fd051e3f31 100644 --- a/general/prog/jdk.xml +++ b/general/prog/jdk.xml @@ -6,9 +6,9 @@ - - - + + + @@ -47,14 +47,14 @@ In order to use the source code and patches, you must read and agree to the Sun Java Research License. In addition, the source code cannot be - downloaded from some countries, so for users from those countries, the binary + downloaded from some countries, so for users in those countries, the binary is the only option. If you plan on compiling the JDK source, you will still need to download the binary version to bootstrap the JDK build. You will need to download a total of four files to complete the source build: - jdk-1_5_0_02-linux-i586.bin, + jdk-1_5_0_03-linux-i586.bin, jdk-1_5_0-src-jrl.zip, jdk-1_5_0-bin-jrl.zip, and jdk-1_5_0-mozilla_headers-unix.zip. @@ -65,7 +65,7 @@ Binary download: - Version used (binary): + Version used (binary): &jdk-bin-version; Download MD5 sum (binary): &jdk-bin-md5sum; @@ -74,7 +74,7 @@ Source download: - Download MD5 sum (source): &jdk-source-md5sum; + Download MD5 sum (source): Download size (binary): &jdk-bin-size; @@ -120,16 +120,16 @@ - (Skips compiling of the JDK debug image) + (skips compiling of the JDK debug image) - (Forces dynamic linking to gcc libs) + (forces dynamic linking to GCC libs) - (Only required if building agianst ) + (only required if building against ) @@ -227,7 +227,7 @@ export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacertsBuild the JDK with the following commands. There will be a lot of messages about missing files that look like - errors. These are caused by not meeting the expected build environemnt + errors. These are caused by not meeting the expected build environment (Red Hat). As long as the build doesn't stop, the messages are harmless. @@ -310,7 +310,7 @@ unset ALT_CACERTS_FILE Configuration Information - There are now two Java 2 SDK's installed in + There are now two Java 2 SDKs installed in /opt/jdk. You should decide on which one you would like to use as the default. For example if you decide to use the source compiled JDK, do the following: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 923699719e..e70bad524d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -26,7 +26,8 @@ June 6th, 2005 [randy]: Added a note to the Samba instructions - about unprivileged users mounting SMB shares. + about unprivileged users mounting SMB shares; updated JDK binary version + to 1.5.0_03.