source: xsoft/other/icedtea-web.xml@ 7b305b0

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 7b305b0 was 7b305b0, checked in by DJ Lucas <dj@…>, 13 years ago

Clarification of IcedTea-Web symlink instrcutions.

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

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