Author: dj
Date: 2010-09-08 00:26:20 -0600 (Wed, 08 Sep 2010)
New Revision: 8597
Modified:
trunk/BOOK/basicnet/netprogs/subversion.xml
trunk/BOOK/general/genlib/libidn.xml
trunk/BOOK/general/genutils/graphviz.xml
trunk/BOOK/general/genutils/pilot-link.xml
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/general/prog/junit.xml
trunk/BOOK/general/prog/pdl.xml
trunk/BOOK/general/sysutils/apache-ant.xml
trunk/BOOK/gnome/add/java-access-bridge.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/add/kdeutils.xml
trunk/BOOK/kde/core/kdebase.xml
trunk/BOOK/kde/devel/kdebindings.xml
trunk/BOOK/postlfs/security/cyrus-sasl.xml
trunk/BOOK/pst/printing/cups.xml
trunk/BOOK/server/databases/db.xml
trunk/BOOK/server/major/openssh.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/graphweb/seamonkey.xml
Log:
Update all jdk links to include optional IcedTea6 links.
Modified: trunk/BOOK/basicnet/netprogs/subversion.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/subversion.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/basicnet/netprogs/subversion.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -124,8 +124,9 @@
work.</para> -->
<bridgehead renderas="sect4">Optional to Build the Java
Bindings</bridgehead>
- <para role="optional"><xref linkend="jdk"/> or
- <ulink url="http://www.inet.no/dante/">Dante</ulink> or
+ <para role="optional">One of <xref linkend="icedtea6"/>,
+ <xref linkend="jdk"/>,
+ <ulink url="http://www.inet.no/dante/">Dante</ulink>, or
<ulink
url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
and <xref linkend="junit"/> (to test the Java bindings)</para>
Modified: trunk/BOOK/general/genlib/libidn.xml
===================================================================
--- trunk/BOOK/general/genlib/libidn.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/general/genlib/libidn.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -78,8 +78,8 @@
<xref linkend="gtk-doc"/>,
a Java compiler—one of (looked for in this order)
<xref linkend="gcc"/> (for the <command>gcj</command> program),
- <ulink url="http://jikes.sourceforge.net/">Jikes</ulink> or
- <xref linkend="jdk"/>,
+ <ulink url="http://jikes.sourceforge.net/">Jikes</ulink>,
+ <xref linkend="icedtea6"/>, or <xref linkend="jdk"/>,
and a C# compiler—<ulink
url="http://www.mono-project.com/Main_Page">Mono</ulink> or
<ulink url="http://www.southern-storm.com.au/portable_net.html">
Modified: trunk/BOOK/general/genutils/graphviz.xml
===================================================================
--- trunk/BOOK/general/genutils/graphviz.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/general/genutils/graphviz.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -115,7 +115,7 @@
(<application>SWIG</application> must be installed or no bindings will be
built),
<xref linkend="guile"/>,
- <xref linkend="jdk"/>,
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<xref linkend="php"/>,
<xref linkend="python"/>,
<xref linkend="ruby"/>,
Modified: trunk/BOOK/general/genutils/pilot-link.xml
===================================================================
--- trunk/BOOK/general/genutils/pilot-link.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/general/genutils/pilot-link.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -70,7 +70,7 @@
<para role="optional"><xref linkend="libpng"/>,
<xref linkend="popt"/>,
<xref linkend="libusb-compat"/>,
- <xref linkend="jdk"/>,
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<xref linkend="tcl"/>,
<xref linkend="python"/>,
<ulink url="http://www.bluez.org/">BlueZ</ulink>, and
Modified: trunk/BOOK/general/prog/gcc.xml
===================================================================
--- trunk/BOOK/general/prog/gcc.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/general/prog/gcc.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -38,10 +38,10 @@
Java, Objective C, Objective C++, and Ada. You should ensure you actually
need one of these additional compilers (C and C++ are installed in LFS)
before you install them. Additionally, there are instructions in the BLFS
- book to install the Sun Java Development Kit (<xref linkend="jdk"/>),
+ book to install <xref linkend="icedtea6"/> or <xref linkend="jdk"/>),
which can be used instead of the Java provided by the
- <application>GCC</application> package. Many consider the Sun JDK to be a
- more robust Java environment than the one provided by
+ <application>GCC</application> package. Many consider the Oracle JDK to be
+ a more robust Java environment than the one provided by
<application>GCC</application>.</para>
<caution>
Modified: trunk/BOOK/general/prog/junit.xml
===================================================================
--- trunk/BOOK/general/prog/junit.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/general/prog/junit.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -87,8 +87,8 @@
/usr/share/junit-&junit-version;/junit-&junit-version;.jar:/usr/share/junit-&junit-version;</userinput></screen>
<para>To run the <application>JUnit</application> regression self-tests,
- you'll need to have <xref linkend="jdk"/> or <ulink
- url="http://jikes.sourceforge.net/">Jikes</ulink> installed and the
+ you'll need to have <xref linkend="icedtea6"/>, <xref linkend="jdk"/>, or
+ <ulink url="http://jikes.sourceforge.net/">Jikes</ulink> installed and the
<envar>CLASSPATH</envar> environment variable updated. Then, as an
unprivileged user, issue:</para>
Modified: trunk/BOOK/general/prog/pdl.xml
===================================================================
--- trunk/BOOK/general/prog/pdl.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/general/prog/pdl.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -236,7 +236,7 @@
<!-- <xref linkend="gnome-libs"/>, -->
<ulink url="&gnome-download-http;/gnome-libs/1.4/">GNOME
Libraries-1.4</ulink>,
- <xref linkend="jdk"/>,
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<xref linkend="tk"/>,
<xref linkend="python"/> (with
<ulink url="http://www.numpy.org/">Numeric Python</ulink>),
Modified: trunk/BOOK/general/sysutils/apache-ant.xml
===================================================================
--- trunk/BOOK/general/sysutils/apache-ant.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/general/sysutils/apache-ant.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -71,7 +71,8 @@
<bridgehead renderas="sect3">Apache Ant Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="jdk"/></para>
+ <para role="required"><xref linkend="icedtea6"/> or
+ <xref linkend="jdk"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="junit"/></para>
Modified: trunk/BOOK/gnome/add/java-access-bridge.xml
===================================================================
--- trunk/BOOK/gnome/add/java-access-bridge.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/gnome/add/java-access-bridge.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -62,7 +62,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="at-spi"/> and
- <xref linkend="jdk"/></para>
+ either <xref linkend="icedtea6"/> or <xref linkend="jdk"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/java-access-bridge"/></para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-09-08 05:56:02 UTC
(rev 8596)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-09-08 06:26:20 UTC
(rev 8597)
@@ -46,6 +46,9 @@
<listitem>
<para>[dj] - Added IcedTea6-1.9.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Updated all jdk links to optionally use IcedTea6.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/kde/add/kdeutils.xml
===================================================================
--- trunk/BOOK/kde/add/kdeutils.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/kde/add/kdeutils.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -91,7 +91,8 @@
<ulink url="http://www.lirc.org">LIRC</ulink>. The <command>ark</command>
program will require appropriate utilities to handle various archives,
including <xref linkend="zip"/>, <xref linkend="unzip"/>,
- <xref linkend="jdk"/> (for the <command>jar</command> program),
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/> (for the
+ <command>jar</command> program),
<xref linkend="unrar"/>, <ulink url="http://www.rarlabs.com">rar</ulink>
(binary only shareware),
<ulink url="http://p7zip.sourceforge.net">p7zip</ulink>,
Modified: trunk/BOOK/kde/core/kdebase.xml
===================================================================
--- trunk/BOOK/kde/core/kdebase.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/kde/core/kdebase.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -65,7 +65,7 @@
<xref linkend="libart_lgpl"/>,
<xref linkend="libxml2"/>,
<xref linkend="openssl"/>, and
- <xref linkend="jdk"/></para>
+ either <xref linkend="icedtea6"/> or <xref linkend="jdk"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="libusb-compat"/>,
Modified: trunk/BOOK/kde/devel/kdebindings.xml
===================================================================
--- trunk/BOOK/kde/devel/kdebindings.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/kde/devel/kdebindings.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -82,7 +82,7 @@
<xref linkend="GTK"/>,
<xref linkend="python"/>,
<xref linkend="ruby"/>,
- <xref linkend="jdk"/>,
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<xref linkend="seamonkey"/>,
<ulink
url="http://http://www.riverbankcomputing.co.uk/qscintilla/index.php">QScintilla</ulink>,
<ulink url="http://go-mono.org">Mono</ulink>,
Modified: trunk/BOOK/postlfs/security/cyrus-sasl.xml
===================================================================
--- trunk/BOOK/postlfs/security/cyrus-sasl.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/postlfs/security/cyrus-sasl.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -68,7 +68,7 @@
<para role="optional"><xref linkend="linux-pam"/>,
<xref linkend="openldap"/>,
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
- <xref linkend="jdk"/>,
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
<xref linkend="db"/>,
Modified: trunk/BOOK/pst/printing/cups.xml
===================================================================
--- trunk/BOOK/pst/printing/cups.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/pst/printing/cups.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -82,7 +82,7 @@
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<xref linkend="php"/>,
<xref linkend="python"/>,
- <xref linkend="jdk"/>,
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
<ulink
url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
<ulink url="http://www.easysw.com/htmldoc/">HTMLDOC</ulink>, and
Modified: trunk/BOOK/server/databases/db.xml
===================================================================
--- trunk/BOOK/server/databases/db.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/server/databases/db.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -79,7 +79,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="tcl"/>,
- <xref linkend="jdk"/>, and
+ <xref linkend="icedtea6"/> or <xref linkend="jdk"/>, and
<ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink>
(for the <command>uudecode</command> command)</para>
Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2010-09-08 05:56:02 UTC (rev 8596)
+++ trunk/BOOK/server/major/openssh.xml 2010-09-08 06:26:20 UTC (rev 8597)
@@ -73,7 +73,7 @@
url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink></para>
<bridgehead renderas="sect4">Optional Runtime (Used only to gather
entropy)</bridgehead>
- <para role="optional"><xref linkend="jdk"/>,
+ <para role="optional"><xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
<xref linkend="net-tools"/>, and
<xref linkend="sysstat"/>.</para>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -397,6 +397,14 @@
<screen role="root"><userinput>ln -v -s
$JAVA_HOME/jre/plugin/i386/ns7/libjavaplugin_oji.so \
/usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
+ <para>If you have <xref linkend="icedtea6"/> installed as opposed to the
+ <xref linkend="jdk"/>, create the following link (again as the
+ <systemitem class="username">root</systemitem> user) to use the
+ <application>IcedTea6</application> plugin: </para>
+
+<screen role="root"><userinput>ln -v -s
$JAVA_HOME/jre/plugin/i386/IcedTeaPlugin.so \
+ /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
+
<para>Some packages install Mozilla plugins into the default system-wide
directory <filename class='directory'>/usr/lib/mozilla/plugins</filename>.
If you have not already done this for <application>Xulrunner</application>
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml 2010-09-08 05:56:02 UTC (rev
8596)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml 2010-09-08 06:26:20 UTC (rev
8597)
@@ -472,6 +472,14 @@
<screen role="root"><userinput>ln -v -s
$JAVA_HOME/jre/plugin/i386/ns7/libjavaplugin_oji.so \
/usr/lib/seamonkey-&seamonkey-version;/plugins</userinput></screen>
+ <para>If you have <xref linkend="icedtea6"/> installed as opposed to the
+ <xref linkend="jdk"/>, create the following link (again as the
+ <systemitem class="username">root</systemitem> user) to use the
+ <application>IcedTea6</application> plugin: </para>
+
+<screen role="root"><userinput>ln -v -s
$JAVA_HOME/jre/plugin/i386/IcedTeaPlugin.so \
+ /usr/lib/seamonkey-&seamonkey-version;/plugins</userinput></screen>
+
<para>Some packages install SeaMonkey plugins into the default system-wide
directory <filename class='directory'>/usr/lib/mozilla/plugins</filename>.
If desired, create symbolic links in the
<application>SeaMonkey</application>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page