source: general/prog/jdk.xml@ 8d4a3c6

6.3 6.3-rc3
Last change on this file since 8d4a3c6 was f125e94, checked in by DJ Lucas <dj@…>, 16 years ago

Removed JDK source installation.

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

  • Property mode set to 100644
File size: 23.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 jdk-download-http "http://java.sun.com/javase/downloads/index.jsp">
8 <!ENTITY jdk-md5sum "f7528500c17c09546566e05988beda86">
9 <!ENTITY jdk-size "67 MB">
10 <!ENTITY jdk-buildsize "207 MB">
11 <!ENTITY jdk-build-time "0.2 SBU">
12 <!ENTITY jdk-bin-version "6u5">
13 <!ENTITY jdk-version-string "1.6.0_05">
14
15]>
16
17<sect1 id="jdk" xreflabel="JDK-&jdk-version;">
18 <?dbhtml filename="jdk.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>JDK-&jdk-version;</title>
26
27 <indexterm zone="jdk">
28 <primary sortas="a-JDK">JDK</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to JDK</title>
33
34 <para>The <application>JDK</application> package contains
35 Sun's <application>Java</application> development environment. This is
36 useful for developing <application>Java</application> programs and provides
37 the runtime environment necessary to run <application>Java</application>
38 programs. It also includes a plug-in for browsers so that they can be
39 <application>Java</application> aware.</para>
40
41
42 <note><para>Sun has recently decided not to provide JRL sources for
43 the latest update versions of the JDK. Sun is actively working on a GPL'd
44 version of the JDK, titled
45 <ulink url="http://openjdk.java.net/projects/jdk6/">OpenJDK</ulink>.
46 This new JDK will be licensed under the
47 <ulink url="http://openjdk.java.net/legal/gplv2+ce.html">GNU General
48 Public License, version 2, with the Classpath Exception</ulink>.
49 A stable OpenJDK was not available at the time of writing.</para></note>
50
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>Download (jdk-&jdk-bin-version;-linux-i586.bin):
56 <ulink url="&jdk-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download MD5 sum: &jdk-md5sum;</para>
60 </listitem>
61 <listitem>
62 <para>Download size (binary): &jdk-size;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated disk space required: &jdk-buildsize;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated build time: &jdk-build-time;</para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">JDK Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
75 <para role="optional">
76 <xref linkend="alsa-lib"/>,
77 <xref linkend="cups"/>, and
78 <xref linkend="gtk2"/></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/jdk"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of JDK</title>
87
88 <tip>
89 <para>The <command>./jdk-&jdk-bin-version;-linux-i586.bin</command>
90 command below unpacks the distribution into a
91 <filename class='directory'>jdk&jdk-version-string;</filename>
92 directory. You will be required to view, and then accept (by entering a
93 <keycap>y</keycap> keypress), a license agreement before any files are
94 unpacked. If you are scripting (automating) the build, you'll need to
95 account for this. There is information about automating build commands
96 in the <xref linkend="automating-builds"/> section of Chapter 2. Towards
97 the end of this section, specific information for automating this type of
98 installation is discussed.</para>
99 </tip>
100
101 <para>Normally in BLFS, the files are unpacked into a subdirectory
102 and the starting point for the installation procedures is that
103 location. For this application only, start in the directory where all
104 the downloaded files are located.</para>
105
106 <para>Install the <application>JDK</application> with the
107 following commands:</para>
108
109<screen><userinput>chmod 755 jdk-&jdk-bin-version;-linux-i586.bin &amp;&amp;
110./jdk-&jdk-bin-version;-linux-i586.bin</userinput></screen>
111
112 <note><para>The installation will end with a message
113 "./jdk-&jdk-bin-version;-linux-i586.bin: line 43: 20283 Aborted" as
114 javaprefix is unset in the environment. This is by design as
115 <application>GTK+</application> may not be installed during the
116 installation, however, the installation will still exit with a zero error
117 value if scripting the build.</para></note>
118
119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
120
121<screen role="root"><userinput>cd jdk&jdk-version-string; &amp;&amp;
122install -v -m755 -d /opt/jdk-&jdk-bin-version; &amp;&amp;
123mv -v * /opt/jdk-&jdk-bin-version; &amp;&amp;
124chown -v -R root:root /opt/jdk-&jdk-bin-version; &amp;&amp;
125ln -v -sf xawt/libmawt.so \
126 /opt/jdk-&jdk-bin-version;/jre/lib/i386/ &amp;&amp;
127cd ..</userinput></screen>
128
129 <para>Recent versions of libX11 break libmawt
130 when used with the Xinerama extension. While still the
131 <systemitem class="username">root</systemitem> user, apply the
132 following sed to work around this problem:</para>
133
134<screen role="root"><userinput>sed -i 's@XINERAMA@FAKEEXTN@g' \
135 /opt/jdk-&jdk-bin-version;/jre/lib/i386/xawt/libmawt.so</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para><command>ln -sf xawt/libmawt.so
143 /opt/jdk-&jdk-bin-version;/jre/lib/i386/</command>: This fixes
144 linking issues with other applications that expect to find the
145 <application>motif</application> libraries with the other
146 <application>JDK</application> libraries.</para>
147
148 </sect2>
149
150 <sect2 role="configuration">
151 <title>Configuring JDK</title>
152
153 <sect3>
154 <title>Configuration Information</title>
155
156 <para>As the <systemitem class="username">root</systemitem> user, create
157 a symlink to the installation directory:</para>
158
159<screen role="root"><userinput>ln -v -nsf jdk-&jdk-bin-version; /opt/jdk</userinput></screen>
160
161 <para>The information below assumes your system is set up using the
162 instructions found in
163 <quote><xref linkend="postlfs-config-profile"/></quote>. You may need to
164 extract the relevant information below and incorporate it into your
165 system's startup files if your system is set up differently.</para>
166
167 <para>Add the following <filename>jdk.sh</filename> shell startup file to
168 the <filename>/etc/profile.d</filename> directory with the following
169 commands as the <systemitem class="username">root</systemitem> user:</para>
170
171<screen role="root"><userinput>cat &gt; /etc/profile.d/jdk.sh &lt;&lt; "EOF"
172<literal># Begin /etc/profile.d/jdk.sh
173
174# Set JAVA_HOME directory
175JAVA_HOME=/opt/jdk
176
177# Adjust PATH
178pathappend ${JAVA_HOME}/bin PATH
179
180# Auto Java CLASSPATH
181# Copy jar files to, or create symlinks in this directory
182AUTO_CLASSPATH_DIR=/usr/lib/classpath
183pathprepend . CLASSPATH
184for dir in `find ${AUTO_CLASSPATH_DIR} -type d 2>/dev/null`; do
185 pathappend $dir CLASSPATH
186done
187
188export JAVA_HOME CLASSPATH
189unset AUTO_CLASSPATH_DIR
190unset dir
191
192# End /etc/profile.d/jdk.sh</literal>
193EOF</userinput></screen>
194
195 <para>The <application>Java</application> plugin is located in
196 <filename class="directory">$JAVA_HOME/jre/plugin/i?86/ns7/</filename>.
197 Make a symbolic link to the file in that directory from your browser(s)
198 plugins directory.</para>
199
200 <important>
201 <para>The plugin must be a symlink for it to work. If not, the browsers
202 will crash when you attempt to load a <application>Java</application>
203 application.</para>
204 </important>
205
206 </sect3>
207
208 </sect2>
209
210 <sect2 role="content">
211 <title>Contents</title>
212
213 <segmentedlist>
214 <segtitle>Installed Programs</segtitle>
215 <segtitle>Installed Libraries</segtitle>
216 <segtitle>Installed Directory</segtitle>
217
218 <seglistitem>
219 <seg>appletviewer, apt, extcheck, idlj, HtmlConverter, jar,
220 jarsigner, java, javac, javadoc, javah, javap, java-rmi.cgi,
221 javaws, jconsole, jdb, jhat, jinfo, jmap, jps,
222 jrunscript, jsadebugd, jstack, jstat, jstatd, keytool,
223 native2ascii, orbd, pack200, policytool, rmic, rmid, rmiregistry,
224 schemagen, serialver, servertool, tnameserv, unpack200,
225 wsgen, wsimport, and xjc</seg>
226 <seg><envar>$JAVA_HOME</envar>/lib/*,
227 <envar>$JAVA_HOME</envar>/jre/lib/*,
228 and libjavaplugin_oji.so</seg>
229 <seg>/opt/jdk-&jdk-bin-version;</seg>
230 </seglistitem>
231 </segmentedlist>
232
233 <variablelist>
234 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
235 <?dbfo list-presentation="list"?>
236 <?dbhtml list-presentation="table"?>
237
238 <varlistentry id="appletviewer">
239 <term><command>appletviewer</command></term>
240 <listitem>
241 <para>runs Java applets outside of the context of a browser.</para>
242 <indexterm zone="jdk appletviewer">
243 <primary sortas="b-appletviewer">appletviewer</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="apt">
249 <term><command>apt</command></term>
250 <listitem>
251 <para>is an annotation processing tool.</para>
252 <indexterm zone="jdk apt">
253 <primary sortas="b-apt">apt</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="extcheck">
259 <term><command>extcheck</command></term>
260 <listitem>
261 <para>checks a specified jar file for title and version conflicts
262 with any extensions installed in the <application>JDK</application>
263 software.</para>
264 <indexterm zone="jdk extcheck">
265 <primary sortas="b-extcheck">extcheck</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="HtmlConverter">
271 <term><command>HtmlConverter</command></term>
272 <listitem>
273 <para>adds Java auto download to html and asp pages. </para>
274 <indexterm zone="jdk HtmlConverter">
275 <primary sortas="b-HtmlConverter">HtmlConverter</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="idlj">
281 <term><command>idlj</command></term>
282 <listitem>
283 <para>generates Java bindings from a given IDL file.</para>
284 <indexterm zone="jdk idlj">
285 <primary sortas="b-idlj">idlj</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="jar">
291 <term><command>jar</command></term>
292 <listitem>
293 <para>combines multiple files into a single jar archive.</para>
294 <indexterm zone="jdk jar">
295 <primary sortas="b-jar">jar</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 <varlistentry id="jarsigner">
301 <term><command>jarsigner</command></term>
302 <listitem>
303 <para>signs jar files and verifies the signatures and integrity
304 of a signed jar file.</para>
305 <indexterm zone="jdk jarsigner">
306 <primary sortas="b-jarsigner">jarsigner</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="java">
312 <term><command>java</command></term>
313 <listitem>
314 <para>launches a Java application by starting a Java runtime
315 environment, loading a specified class and invoking its main
316 method.</para>
317 <indexterm zone="jdk java">
318 <primary sortas="b-java">java</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="javac">
324 <term><command>javac</command></term>
325 <listitem>
326 <para>reads class and interface definitions, written in the
327 Java programming language, and compiles them into bytecode
328 class files.</para>
329 <indexterm zone="jdk javac">
330 <primary sortas="b-javac">javac</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="javadoc">
336 <term><command>javadoc</command></term>
337 <listitem>
338 <para>parses the declarations and documentation comments in a
339 set of Java source files and produces a corresponding set of
340 HTML pages describing the classes, interfaces,constructors,
341 methods, and fields.</para>
342 <indexterm zone="jdk javadoc">
343 <primary sortas="b-javadoc">javadoc</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="javah">
349 <term><command>javah</command></term>
350 <listitem>
351 <para>generates C header and source files
352 that are needed to implement native methods.</para>
353 <indexterm zone="jdk javah">
354 <primary sortas="b-javah">javah</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
359 <varlistentry id="javap">
360 <term><command>javap</command></term>
361 <listitem>
362 <para>disassembles a Java class file.</para>
363 <indexterm zone="jdk javap">
364 <primary sortas="b-javap">javap</primary>
365 </indexterm>
366 </listitem>
367 </varlistentry>
368
369 <varlistentry id="java-rmi.cgi">
370 <term><command>java-rmi.cgi</command></term>
371 <listitem>
372 <para>is the Java RMI client.</para>
373 <indexterm zone="jdk java-rmi.cgi">
374 <primary sortas="b-java-rmi.cgi">java-rmi.cgi</primary>
375 </indexterm>
376 </listitem>
377 </varlistentry>
378
379 <varlistentry id="javaws">
380 <term><command>javaws</command></term>
381 <listitem>
382 <para>launches Java application/applets hosted on a network.</para>
383 <indexterm zone="jdk javaws">
384 <primary sortas="b-javaws">javaws</primary>
385 </indexterm>
386 </listitem>
387 </varlistentry>
388
389 <varlistentry id="jconsole">
390 <term><command>jconsole</command></term>
391 <listitem>
392 <para>is a graphical console tool to monitor and manage both
393 local and remote Java applications and virtual machines.</para>
394 <indexterm zone="jdk jconsole">
395 <primary sortas="b-jconsole">jconsole</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 <varlistentry id="jdb">
401 <term><command>jdb</command></term>
402 <listitem>
403 <para>is a simple command-line debugger for Java classes.</para>
404 <indexterm zone="jdk jdb">
405 <primary sortas="b-jdb">jdb</primary>
406 </indexterm>
407 </listitem>
408 </varlistentry>
409
410 <varlistentry id="jhat">
411 <term><command>jhat</command></term>
412 <listitem>
413 <para>parses a java heap dump file and allows viewing
414 in a webbrowser.</para>
415 <indexterm zone="jdk jhat">
416 <primary sortas="b-jhat">jhat</primary>
417 </indexterm>
418 </listitem>
419 </varlistentry>
420
421 <varlistentry id="jinfo">
422 <term><command>jinfo</command></term>
423 <listitem>
424 <para>prints Java configuration information for a given Java
425 process, core file, or a remote debug server.</para>
426 <indexterm zone="jdk jinfo">
427 <primary sortas="b-jinfo">jinfo</primary>
428 </indexterm>
429 </listitem>
430 </varlistentry>
431
432 <varlistentry id="jmap">
433 <term><command>jmap</command></term>
434 <listitem>
435 <para>prints shared object memory maps or heap memory details
436 of a given process, core file, or a remote debug server.</para>
437 <indexterm zone="jdk jmap">
438 <primary sortas="b-jmap">jmap</primary>
439 </indexterm>
440 </listitem>
441 </varlistentry>
442
443 <varlistentry id="jps">
444 <term><command>jps</command></term>
445 <listitem>
446 <para>lists the instrumented JVMs on the target system.</para>
447 <indexterm zone="jdk jps">
448 <primary sortas="b-jps">jps</primary>
449 </indexterm>
450 </listitem>
451 </varlistentry>
452
453 <varlistentry id="jrunscript">
454 <term><command>jrunscript</command></term>
455 <listitem>
456 <para>is a command line script shell.</para>
457 <indexterm zone="jdk jrunscript">
458 <primary sortas="b-jrunscript">jrunscript</primary>
459 </indexterm>
460 </listitem>
461 </varlistentry>
462
463 <varlistentry id="jsadebugd">
464 <term><command>jsadebugd</command></term>
465 <listitem>
466 <para>attaches to a Java process or core file and acts as a
467 debug server.</para>
468 <indexterm zone="jdk jsadebugd">
469 <primary sortas="b-jsadebugd">jsadebugd</primary>
470 </indexterm>
471 </listitem>
472 </varlistentry>
473
474 <varlistentry id="jstack">
475 <term><command>jstack</command></term>
476 <listitem>
477 <para>prints Java stack traces of Java threads for a given
478 Java process, core file, or a remote debug server.</para>
479 <indexterm zone="jdk jstack">
480 <primary sortas="b-jstack">jstack</primary>
481 </indexterm>
482 </listitem>
483 </varlistentry>
484
485 <varlistentry id="jstat">
486 <term><command>jstat</command></term>
487 <listitem>
488 <para>displays performance statistics for an instrumented JVM.</para>
489 <indexterm zone="jdk jstat">
490 <primary sortas="b-jstat">jstat</primary>
491 </indexterm>
492 </listitem>
493 </varlistentry>
494
495 <varlistentry id="jstatd">
496 <term><command>jstatd</command></term>
497 <listitem>
498 <para>is an RMI server application that monitors for the creation
499 and termination of instrumented JVMs.</para>
500 <indexterm zone="jdk jstatd">
501 <primary sortas="b-jstatd">jstatd</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
505
506 <varlistentry id="keytool">
507 <term><command>keytool</command></term>
508 <listitem>
509 <para>is a key and certificate management utility.</para>
510 <indexterm zone="jdk keytool">
511 <primary sortas="b-keytool">keytool</primary>
512 </indexterm>
513 </listitem>
514 </varlistentry>
515
516 <varlistentry id="native2ascii">
517 <term><command>native2ascii</command></term>
518 <listitem>
519 <para> converts files that contain non-supported character encoding
520 into files containing Latin-1 or Unicode-encoded characters.</para>
521 <indexterm zone="jdk native2ascii">
522 <primary sortas="b-native2ascii">native2ascii</primary>
523 </indexterm>
524 </listitem>
525 </varlistentry>
526
527 <varlistentry id="orbd">
528 <term><command>orbd</command></term>
529 <listitem>
530 <para>is used to enable clients to transparently locate and invoke
531 persistent objects on servers in the CORBA environment.</para>
532 <indexterm zone="jdk orbd">
533 <primary sortas="b-orbd">orbd</primary>
534 </indexterm>
535 </listitem>
536 </varlistentry>
537
538 <varlistentry id="pack200">
539 <term><command>pack200</command></term>
540 <listitem>
541 <para>is a Java application that transforms a jar file into a
542 compressed pack200 file using the Java gzip compressor.</para>
543 <indexterm zone="jdk pack200">
544 <primary sortas="b-pack200">pack200</primary>
545 </indexterm>
546 </listitem>
547 </varlistentry>
548
549 <varlistentry id="policytool">
550 <term><command>policytool</command></term>
551 <listitem>
552 <para>creates and manages a policy file graphically.</para>
553 <indexterm zone="jdk policytool">
554 <primary sortas="b-policytool">policytool</primary>
555 </indexterm>
556 </listitem>
557 </varlistentry>
558
559 <varlistentry id="rmic">
560 <term><command>rmic</command></term>
561 <listitem>
562 <para>generates stub and skeleton class files for remote objects
563 from the names of compiled Java classes that contain remote
564 object implementations.</para>
565 <indexterm zone="jdk rmic">
566 <primary sortas="b-rmic">rmic</primary>
567 </indexterm>
568 </listitem>
569 </varlistentry>
570
571 <varlistentry id="rmid">
572 <term><command>rmid</command></term>
573 <listitem>
574 <para>starts the activation system daemon.</para>
575 <indexterm zone="jdk rmid">
576 <primary sortas="b-rmid">rmid</primary>
577 </indexterm>
578 </listitem>
579 </varlistentry>
580
581 <varlistentry id="rmiregistry">
582 <term><command>rmiregistry</command></term>
583 <listitem>
584 <para>creates and starts a remote object registry on the specified
585 port on the current host.</para>
586 <indexterm zone="jdk rmiregistry">
587 <primary sortas="b-rmiregistry">rmiregistry</primary>
588 </indexterm>
589 </listitem>
590 </varlistentry>
591
592 <varlistentry id="schemagen">
593 <term><command>schemagen</command></term>
594 <listitem>
595 <para>is a Java XML binding schema generator.</para>
596 <indexterm zone="jdk schemagen">
597 <primary sortas="b-schemagen">schemagen</primary>
598 </indexterm>
599 </listitem>
600 </varlistentry>
601
602 <varlistentry id="serialver">
603 <term><command>serialver</command></term>
604 <listitem>
605 <para>returns the serialVersionUID for one or more classes in a
606 form suitable for copying into an evolving class.</para>
607 <indexterm zone="jdk serialver">
608 <primary sortas="b-serialver">serialver</primary>
609 </indexterm>
610 </listitem>
611 </varlistentry>
612
613 <varlistentry id="servertool">
614 <term><command>servertool</command></term>
615 <listitem>
616 <para>provides an ease-of-use interface for application programmers
617 to register, unregister, startup and shutdown a server.</para>
618 <indexterm zone="jdk servertool">
619 <primary sortas="b-servertool">servertool</primary>
620 </indexterm>
621 </listitem>
622 </varlistentry>
623
624 <varlistentry id="tnameserv">
625 <term><command>tnameserv</command></term>
626 <listitem>
627 <para>starts the Java IDL name server.</para>
628 <indexterm zone="jdk tnameserv">
629 <primary sortas="b-tnameserv">tnameserv</primary>
630 </indexterm>
631 </listitem>
632 </varlistentry>
633
634 <varlistentry id="unpack200">
635 <term><command>unpack200</command></term>
636 <listitem>
637 <para>is a native implementation that transforms a packed file
638 produced by <application>pack200</application> into a jar
639 file.</para>
640 <indexterm zone="jdk unpack200">
641 <primary sortas="b-unpack200">unpack200</primary>
642 </indexterm>
643 </listitem>
644 </varlistentry>
645
646 <varlistentry id="wsgen">
647 <term><command>wsgen</command></term>
648 <listitem>
649 <para>generates JAX-WS portable artifacts used in JAX-WS
650 web services.</para>
651 <indexterm zone="jdk wsgen">
652 <primary sortas="b-wsgen">wsgen</primary>
653 </indexterm>
654 </listitem>
655 </varlistentry>
656
657 <varlistentry id="wsimport">
658 <term><command>wsimport</command></term>
659 <listitem>
660 <para>generates JAX-WS portable artifacts.</para>
661 <indexterm zone="jdk wsimport">
662 <primary sortas="b-wsimport">wsimport</primary>
663 </indexterm>
664 </listitem>
665 </varlistentry>
666
667 <varlistentry id="xjc">
668 <term><command>xjc</command></term>
669 <listitem>
670 <para>is a Java XML binding compiler.</para>
671 <indexterm zone="jdk xjc">
672 <primary sortas="b-xjc">xjc</primary>
673 </indexterm>
674 </listitem>
675 </varlistentry>
676
677 </variablelist>
678
679 </sect2>
680
681</sect1>
Note: See TracBrowser for help on using the repository browser.