source: xsoft/other/icedtea-web.xml@ 6889628b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6889628b was 6889628b, checked in by Pierre Labastie <pieere@…>, 10 years ago

Update to Icedtea-web-1.5. Fixes ticket 4923.

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

  • Property mode set to 100644
File size: 7.8 KB
RevLine 
[d3d92c8]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY icedtea-web-download-http "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
8 <!ENTITY icedtea-web-download-ftp " ">
[6889628b]9 <!ENTITY icedtea-web-md5sum "a6199869763291879f3a7382b114974c">
10 <!ENTITY icedtea-web-size "1.5 MB">
11 <!ENTITY icedtea-web-buildsize "30 MB">
12 <!ENTITY icedtea-web-time "0.3 SBU">
[d3d92c8]13]>
14
15<sect1 id="icedtea-web" xreflabel="IcedTea-Web-&icedtea-web-version;">
16 <?dbhtml filename="icedtea-web.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>IcedTea-Web-&icedtea-web-version;</title>
24
25 <indexterm zone="icedtea-web">
26 <primary sortas="a-IcedTea-Web">IcedTea-Web</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to IcedTea-Web</title>
31
32 <para>The <application>IcedTea-Web</application> package contains both a
33 <application>Java</application> browser plugin, and a new webstart
34 implementation, licensed under GPLV3.</para>
35
[0f039bc]36 &lfs75_checked;
[6c17af3]37
[d3d92c8]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&icedtea-web-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&icedtea-web-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &icedtea-web-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &icedtea-web-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &icedtea-web-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &icedtea-web-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">IcedTea-Web Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
[6c17af3]63 <para role="required">
[710fb64]64 <xref linkend="openjdk"/> and
[6c17af3]65 <xref linkend="xulrunner"/>
66 </para>
[d3d92c8]67
[6f104dac]68 <bridgehead renderas="sect4">Required at runtime, a web browser,
69 such as:</bridgehead>
70 <para role="required-real-time">
71 <xref linkend="epiphany"/>,
72 <xref linkend="firefox"/>,
73 <xref linkend="midori"/>,
[3c5358d]74 <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>,
75 <ulink url="http://www.opera.com">Opera</ulink>, and
[6f104dac]76 <xref linkend="seamonkey"/>
77 </para>
78
[710fb64]79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
[6f104dac]81 <xref linkend="libxslt"/>,
82 <xref linkend="mercurial"/>,
83 <xref linkend="npapi-sdk"/>,
84 <ulink url="http://emma.sourceforge.net/">EMMA</ulink>, and
[3c5358d]85 <ulink url="http://www.eclemma.org/jacoco/">JACOCO</ulink>
[710fb64]86 </para>
87
[d3d92c8]88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/icedtea-web"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of IcedTea-Web</title>
95
96 <para>Install <application>IcedTea-Web</application> by running the
97 following commands:</para>
98
[1f78606]99<screen><userinput>./configure --prefix=${JAVA_HOME}/jre \
[d3d92c8]100 --with-jdk-home=${JAVA_HOME} \
[f36bebcd]101 --disable-docs \
[d3d92c8]102 --mandir=${JAVA_HOME}/man &amp;&amp;
103make</userinput></screen>
104
105 <para>This package does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
[6cd96df]109<screen role="root"><userinput>make install &amp;&amp;
110mandb -c /opt/jdk/man</userinput></screen>
[d3d92c8]111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para><parameter>--with-jdk-home</parameter>: This switch provides the
118 location of the installed <application>JDK</application>.</para>
119
120 <para><parameter>--disable-docs</parameter>: This switch disables
121 installation of additional developer-related documentation. Omit this
122 switch if you would like to do development work on
123 <application>IcedTea-Web</application>.</para>
124
125 </sect2>
126
127 <sect2 role="configuration">
128 <title>Configuration Information</title>
129
130 <para>As the <systemitem class="username">root</systemitem> user, create a
[a326dbd]131 symbolic link to the plugin from your browser(s) plugins directory:</para>
[d3d92c8]132
[6889628b]133<screen role="root"><userinput>ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
[d3d92c8]134
135 <important>
136 <para>The plugin must be a symlink for it to work. If not, the browsers
137 will crash when you attempt to load a <application>Java</application>
138 application.</para>
139 </important>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
[c3c56b2]148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
[d3d92c8]151
152 <seglistitem>
[6cd96df]153 <seg>itweb-settings and javaws</seg>
[d3d92c8]154 <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
[6cd96df]155 <seg>${JAVA_HOME}/jre/share/icedtea-web</seg>
[d3d92c8]156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="itweb-settings">
165 <term><command>itweb-settings</command></term>
166 <listitem>
167 <para>allows customization of the browser plugin and
168 <application>javaws</application>.</para>
169 <indexterm zone="icedtea-web itweb-settings">
170 <primary sortas="b-itweb-settings">itweb-settings</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="javaws-itweb">
176 <term><command>javaws</command></term>
177 <listitem>
178 <para>launches Java application/applets hosted on a network.</para>
179 <indexterm zone="icedtea-web javaws-itweb">
180 <primary sortas="b-javaws">javaws</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="IcedTeaPlugin">
186 <term><filename class='libraryfile'>IcedTeaPlugin.so</filename></term>
187 <listitem>
188 <para>is the <application>Java</application> browser plugin.</para>
189 <indexterm zone="icedtea-web IcedTeaPlugin">
190 <primary sortas="c-IcedTeaPlugin">IcedTeaPlugin.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="aboutjar">
196 <term><filename class='libraryfile'>about.jar</filename></term>
197 <listitem>
198 <para>contains functions for the about dialog boxes.</para>
199 <indexterm zone="icedtea-web aboutjar">
200 <primary sortas="c-aboutjar">about.jar</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="netxjar">
206 <term><filename class='libraryfile'>netx.jar</filename></term>
207 <listitem>
208 <para>contains functions for the
209 <application>IcedTea-Web</application>
210 webstart implementation (NetX).</para>
211 <indexterm zone="icedtea-web netxjar">
212 <primary sortas="c-netxjar">netx.jar</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="pluginjar">
218 <term><filename class='libraryfile'>plugin.jar</filename></term>
219 <listitem>
220 <para>contains functions for the
221 <application>IcedTea-Web</application>
222 <application>Java</application> plugin.</para>
223 <indexterm zone="icedtea-web pluginjar">
224 <primary sortas="c-pluginjar">plugin.jar</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 </variablelist>
230
231 </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.