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 "f8656d18345a7d1e2eb20e076abcc3ca">
|
---|
10 | <!ENTITY icedtea-web-size "1.5 MB">
|
---|
11 | <!ENTITY icedtea-web-buildsize "35 MB">
|
---|
12 | <!ENTITY icedtea-web-time "0.3 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 | &lfs77_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">IcedTea-Web Dependencies</bridgehead>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
63 | <para role="required">
|
---|
64 | <xref linkend="npapi-sdk"/>, and
|
---|
65 | <xref linkend="openjdk"/> or
|
---|
66 | <xref linkend="java"/> (remember to configure as described in the
|
---|
67 | <xref linkend="openjdk"/> page),
|
---|
68 | </para>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect4">Required at runtime, a web browser,
|
---|
71 | such as:</bridgehead>
|
---|
72 | <para role="required-real-time">
|
---|
73 | <xref linkend="epiphany"/>,
|
---|
74 | <xref linkend="firefox"/>,
|
---|
75 | <xref linkend="midori"/>,
|
---|
76 | <xref linkend="seamonkey"/>,
|
---|
77 | <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>, and
|
---|
78 | <ulink url="http://www.opera.com">Opera</ulink>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
82 | <para role="optional">
|
---|
83 | <xref linkend="libxslt"/>,
|
---|
84 | <xref linkend="mercurial"/>,
|
---|
85 | <ulink url="http://emma.sourceforge.net/">EMMA</ulink>, and
|
---|
86 | <ulink url="http://www.eclemma.org/jacoco/">JACOCO</ulink>
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <para condition="html" role="usernotes">User Notes:
|
---|
90 | <ulink url="&blfs-wiki;/icedtea-web"/></para>
|
---|
91 |
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of IcedTea-Web</title>
|
---|
96 |
|
---|
97 | <para>Install <application>IcedTea-Web</application> by running the
|
---|
98 | following commands:</para>
|
---|
99 |
|
---|
100 | <screen><userinput>./configure --prefix=${JAVA_HOME}/jre \
|
---|
101 | --with-jdk-home=${JAVA_HOME} \
|
---|
102 | --disable-docs \
|
---|
103 | --mandir=${JAVA_HOME}/man &&
|
---|
104 | make</userinput></screen>
|
---|
105 |
|
---|
106 | <para>This package does not come with a test suite.</para>
|
---|
107 |
|
---|
108 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
109 |
|
---|
110 | <screen role="root"><userinput>make install &&
|
---|
111 | mandb -c /opt/jdk/man</userinput></screen>
|
---|
112 |
|
---|
113 | <para>To test the man pages are correctly installed, issue <command>man policyeditor</command> to display the respective man page.</para>
|
---|
114 |
|
---|
115 | <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policyeditor</command>, as <systemitem class="username">root</systemitem> user:</para>
|
---|
116 |
|
---|
117 | <screen role="root"><userinput>install -v -Dm0644 itweb-settings.desktop /usr/share/applications/itweb-settings.desktop &&
|
---|
118 | install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
|
---|
119 |
|
---|
120 | </sect2>
|
---|
121 |
|
---|
122 | <sect2 role="commands">
|
---|
123 | <title>Command Explanations</title>
|
---|
124 |
|
---|
125 | <para><parameter>--with-jdk-home</parameter>: This switch provides the
|
---|
126 | location of the installed <application>JDK</application>.</para>
|
---|
127 |
|
---|
128 | <para><parameter>--disable-docs</parameter>: This switch disables
|
---|
129 | installation of additional developer-related documentation. Omit this
|
---|
130 | switch if you would like to do development work on
|
---|
131 | <application>IcedTea-Web</application>.</para>
|
---|
132 |
|
---|
133 | </sect2>
|
---|
134 |
|
---|
135 | <sect2 role="configuration">
|
---|
136 | <title>Configuration Information</title>
|
---|
137 |
|
---|
138 | <para>As the <systemitem class="username">root</systemitem> user, create a
|
---|
139 | symbolic link to the plugin from your browser(s) plugins directory:</para>
|
---|
140 |
|
---|
141 | <screen role="root"><userinput>ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
|
---|
142 |
|
---|
143 | <important>
|
---|
144 | <para>The plugin must be a symlink for it to work. If not, the browsers
|
---|
145 | will crash when you attempt to load a <application>Java</application>
|
---|
146 | application.</para>
|
---|
147 | </important>
|
---|
148 |
|
---|
149 | </sect2>
|
---|
150 |
|
---|
151 | <sect2 role="content">
|
---|
152 | <title>Contents</title>
|
---|
153 |
|
---|
154 | <segmentedlist>
|
---|
155 | <segtitle>Installed Programs</segtitle>
|
---|
156 | <segtitle>Installed Libraries</segtitle>
|
---|
157 | <segtitle>Installed Directories</segtitle>
|
---|
158 |
|
---|
159 |
|
---|
160 | <seglistitem>
|
---|
161 | <seg>itweb-settings, javaws and policyeditor</seg>
|
---|
162 | <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
|
---|
163 | <seg>${JAVA_HOME}/jre/share/icedtea-web</seg>
|
---|
164 | </seglistitem>
|
---|
165 | </segmentedlist>
|
---|
166 |
|
---|
167 | <variablelist>
|
---|
168 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
169 | <?dbfo list-presentation="list"?>
|
---|
170 | <?dbhtml list-presentation="table"?>
|
---|
171 |
|
---|
172 | <varlistentry id="itweb-settings">
|
---|
173 | <term><command>itweb-settings</command></term>
|
---|
174 | <listitem>
|
---|
175 | <para>allows customization of the browser plugin and
|
---|
176 | <application>javaws</application>.</para>
|
---|
177 | <indexterm zone="icedtea-web itweb-settings">
|
---|
178 | <primary sortas="b-itweb-settings">itweb-settings</primary>
|
---|
179 | </indexterm>
|
---|
180 | </listitem>
|
---|
181 | </varlistentry>
|
---|
182 |
|
---|
183 | <varlistentry id="javaws-itweb">
|
---|
184 | <term><command>javaws</command></term>
|
---|
185 | <listitem>
|
---|
186 | <para>launches Java application/applets hosted on a network.</para>
|
---|
187 | <indexterm zone="icedtea-web javaws-itweb">
|
---|
188 | <primary sortas="b-javaws">javaws</primary>
|
---|
189 | </indexterm>
|
---|
190 | </listitem>
|
---|
191 | </varlistentry>
|
---|
192 |
|
---|
193 | <varlistentry id="policyeditor-itweb">
|
---|
194 | <term><command>policyeditor</command></term>
|
---|
195 | <listitem>
|
---|
196 | <para>view and modify security policy settings, including
|
---|
197 | certificates, for javaws and the browser plugin.</para>
|
---|
198 | <indexterm zone="icedtea-web policyeditor-itweb">
|
---|
199 | <primary sortas="b-policyeditor">policyeditor</primary>
|
---|
200 | </indexterm>
|
---|
201 | </listitem>
|
---|
202 | </varlistentry>
|
---|
203 |
|
---|
204 | <varlistentry id="IcedTeaPlugin">
|
---|
205 | <term><filename class='libraryfile'>IcedTeaPlugin.so</filename></term>
|
---|
206 | <listitem>
|
---|
207 | <para>is the <application>Java</application> browser plugin.</para>
|
---|
208 | <indexterm zone="icedtea-web IcedTeaPlugin">
|
---|
209 | <primary sortas="c-IcedTeaPlugin">IcedTeaPlugin.so</primary>
|
---|
210 | </indexterm>
|
---|
211 | </listitem>
|
---|
212 | </varlistentry>
|
---|
213 |
|
---|
214 | <varlistentry id="aboutjar">
|
---|
215 | <term><filename class='libraryfile'>about.jar</filename></term>
|
---|
216 | <listitem>
|
---|
217 | <para>contains functions for the about dialog boxes.</para>
|
---|
218 | <indexterm zone="icedtea-web aboutjar">
|
---|
219 | <primary sortas="c-aboutjar">about.jar</primary>
|
---|
220 | </indexterm>
|
---|
221 | </listitem>
|
---|
222 | </varlistentry>
|
---|
223 |
|
---|
224 | <varlistentry id="netxjar">
|
---|
225 | <term><filename class='libraryfile'>netx.jar</filename></term>
|
---|
226 | <listitem>
|
---|
227 | <para>contains functions for the
|
---|
228 | <application>IcedTea-Web</application>
|
---|
229 | webstart implementation (NetX).</para>
|
---|
230 | <indexterm zone="icedtea-web netxjar">
|
---|
231 | <primary sortas="c-netxjar">netx.jar</primary>
|
---|
232 | </indexterm>
|
---|
233 | </listitem>
|
---|
234 | </varlistentry>
|
---|
235 |
|
---|
236 | <varlistentry id="pluginjar">
|
---|
237 | <term><filename class='libraryfile'>plugin.jar</filename></term>
|
---|
238 | <listitem>
|
---|
239 | <para>contains functions for the
|
---|
240 | <application>IcedTea-Web</application>
|
---|
241 | <application>Java</application> plugin.</para>
|
---|
242 | <indexterm zone="icedtea-web pluginjar">
|
---|
243 | <primary sortas="c-pluginjar">plugin.jar</primary>
|
---|
244 | </indexterm>
|
---|
245 | </listitem>
|
---|
246 | </varlistentry>
|
---|
247 |
|
---|
248 | </variablelist>
|
---|
249 |
|
---|
250 | </sect2>
|
---|
251 |
|
---|
252 | </sect1>
|
---|