source: xsoft/other/icedtea-web.xml@ a326dbd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a326dbd was a326dbd, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to icedtea-web-1.4

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

  • Property mode set to 100644
File size: 7.8 KB
Line 
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 " ">
9 <!ENTITY icedtea-web-md5sum "97c1d5f02f9a4ab19812a216f39e401a">
10 <!ENTITY icedtea-web-size "1.3 MB">
11 <!ENTITY icedtea-web-buildsize "25 MB">
12 <!ENTITY icedtea-web-time "0.4 SBU">
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
36 &lfs73_checked;
37
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">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>
64 Required patch:
65 <ulink url="&patch-root;/icedtea-web-&icedtea-web-version;-imminent_breakage_fix-1.patch"/>
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">IcedTea-Web Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="openjdk"/>, and
75 <xref linkend="xulrunner"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/icedtea-web"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of IcedTea-Web</title>
85
86 <para>Install <application>IcedTea-Web</application> by running the
87 following commands:</para>
88
89<screen><userinput>patch -Np1 -i ../icedtea-web-&icedtea-web-version;-imminent_breakage_fix-1.patch &amp;&amp;
90
91./configure --prefix=${JAVA_HOME}/jre \
92 --with-jdk-home=${JAVA_HOME} \
93 --disable-docs \
94 --mandir=${JAVA_HOME}/man &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><parameter>--with-jdk-home</parameter>: This switch provides the
109 location of the installed <application>JDK</application>.</para>
110
111 <para><parameter>--disable-docs</parameter>: This switch disables
112 installation of additional developer-related documentation. Omit this
113 switch if you would like to do development work on
114 <application>IcedTea-Web</application>.</para>
115
116 </sect2>
117
118 <sect2 role="configuration">
119 <title>Configuration Information</title>
120
121 <para>As the <systemitem class="username">root</systemitem> user, create a
122 symbolic link to the plugin from your browser(s) plugins directory:</para>
123
124<screen><userinput role="root">ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
125
126 <important>
127 <para>The plugin must be a symlink for it to work. If not, the browsers
128 will crash when you attempt to load a <application>Java</application>
129 application.</para>
130 </important>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142
143 <seglistitem>
144 <seg>itweb-settings, javaws, and pluginappletviewer</seg>
145 <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
146 <seg>None</seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="itweb-settings">
156 <term><command>itweb-settings</command></term>
157 <listitem>
158 <para>allows customization of the browser plugin and
159 <application>javaws</application>.</para>
160 <indexterm zone="icedtea-web itweb-settings">
161 <primary sortas="b-itweb-settings">itweb-settings</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="javaws-itweb">
167 <term><command>javaws</command></term>
168 <listitem>
169 <para>launches Java application/applets hosted on a network.</para>
170 <indexterm zone="icedtea-web javaws-itweb">
171 <primary sortas="b-javaws">javaws</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="pluginappletviewer">
177 <term><command>pluginappletviewer</command></term>
178 <listitem>
179 <para>runs Java applets outside of the context of a browser.</para>
180 <indexterm zone="icedtea-web pluginappletviewer">
181 <primary sortas="b-pluginappletviewer">pluginappletviewer</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="IcedTeaPlugin">
187 <term><filename class='libraryfile'>IcedTeaPlugin.so</filename></term>
188 <listitem>
189 <para>is the <application>Java</application> browser plugin.</para>
190 <indexterm zone="icedtea-web IcedTeaPlugin">
191 <primary sortas="c-IcedTeaPlugin">IcedTeaPlugin.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="aboutjar">
197 <term><filename class='libraryfile'>about.jar</filename></term>
198 <listitem>
199 <para>contains functions for the about dialog boxes.</para>
200 <indexterm zone="icedtea-web aboutjar">
201 <primary sortas="c-aboutjar">about.jar</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="netxjar">
207 <term><filename class='libraryfile'>netx.jar</filename></term>
208 <listitem>
209 <para>contains functions for the
210 <application>IcedTea-Web</application>
211 webstart implementation (NetX).</para>
212 <indexterm zone="icedtea-web netxjar">
213 <primary sortas="c-netxjar">netx.jar</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="pluginjar">
219 <term><filename class='libraryfile'>plugin.jar</filename></term>
220 <listitem>
221 <para>contains functions for the
222 <application>IcedTea-Web</application>
223 <application>Java</application> plugin.</para>
224 <indexterm zone="icedtea-web pluginjar">
225 <primary sortas="c-pluginjar">plugin.jar</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 </variablelist>
231
232 </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.