This file is indexed.

/usr/share/doc/java-common/debian-java-faq/index.html is in java-common 0.52.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<title>Debian Java FAQ.</title>

<link href="index.html" rel="start">
<link href="ch8.html" rel="prev">
<link href="ch1.html" rel="next">
<link href="index.html#contents" rel="contents">
<link href="index.html#copyright" rel="copyright">
<link href="ch1.html" rel="chapter" title="1 Introduction">
<link href="ch2.html" rel="chapter" title="2 Java Development">
<link href="ch3.html" rel="chapter" title="3 Managing Java (for users and administrators)">
<link href="ch4.html" rel="chapter" title="4 Java Virtual Machines (JVM)">
<link href="ch-browser-java.html" rel="chapter" title="5 Java Plugins for Browsers">
<link href="ch6.html" rel="chapter" title="6 Java Servlets">
<link href="ch7.html" rel="chapter" title="7 Java Policy">
<link href="ch8.html" rel="chapter" title="8 Other Java alternatives for Debian">
<link href="ch1.html#s1.1" rel="section" title="1.1 Introduction to this FAQ">
<link href="ch1.html#s1.2" rel="section" title="1.2 Location of this FAQ">
<link href="ch1.html#s-bugs" rel="section" title="1.3 Sending bugs on this FAQ">
<link href="ch1.html#s1.4" rel="section" title="1.4 What is Java?">
<link href="ch1.html#s1.5" rel="section" title="1.5 Where can I ask questions about Java on Debian?">
<link href="ch1.html#s-moreinfo" rel="section" title="1.6 Complementary information">
<link href="ch1.html#s-pending" rel="section" title="1.7 Uncovered issues">
<link href="ch2.html#s2.1" rel="section" title="2.1 What full-fledged Java development platforms are available in Debian?">
<link href="ch2.html#s-free" rel="section" title="2.2 What free platforms are there and how can I contribute?">
<link href="ch2.html#s-license-concerns" rel="section" title="2.3 Questions on platforms and license concerns">
<link href="ch2.html#s2.4" rel="section" title="2.4 Making Debian packages for Java programs.">
<link href="ch4.html#s4.1" rel="section" title="4.1 What JVMs are available in Debian?">
<link href="ch4.html#s4.2" rel="section" title="4.2 What Java Compilers are available in Debian?">
<link href="ch4.html#s4.3" rel="section" title="4.3 What API do these JVMs provide?">
<link href="ch4.html#s4.4" rel="section" title="4.4 Are there known problems?">
<link href="ch4.html#s4.5" rel="section" title="4.5 How can I use the proprietary version of the JDK/JRE from Oracle as a Debian package?">
<link href="ch4.html#s4.6" rel="section" title="4.6 Do I need a JVM to run a Java program in Debian?">
<link href="ch6.html#s6.1" rel="section" title="6.1 How can I make Java servlets work?">
<link href="ch7.html#s7.1" rel="section" title="7.1 Is there a Java policy for Debian?">
<link href="ch7.html#s7.2" rel="section" title="7.2 Are there holes in the Java Policy?">
<link href="ch8.html#s8.1" rel="section" title="8.1 Java programs not yet available on Debian">
<link href="ch2.html#s-java6" rel="subsection" title="2.3.1 Java 6 and 7">
<link href="ch2.html#s-openjdk" rel="subsection" title="2.3.2 Oracle proprietary JVM">
<link href="ch2.html#s2.4.1" rel="subsection" title="2.4.1 Can the package go into main?">
<link href="ch2.html#s2.4.2" rel="subsection" title="2.4.2 Is there a good example Debian package?">
<link href="ch2.html#s2.4.3" rel="subsection" title="2.4.3 What tools are available to make maintaining a Java packages easier?">
<link href="ch2.html#s2.4.4" rel="subsection" title="2.4.4 Linking package Javadoc to system javadoc.">
<link href="ch4.html#s4.6.1" rel="subsection" title="4.6.1 How do I compile to native code?">

</head>

<body>

<p><a name="index"></a></p>
<hr>

<p>
[ <a href="ch8.html">previous</a> ]
[ <a href="#contents">Contents</a> ]
[ <a href="ch1.html">1</a> ]
[ <a href="ch2.html">2</a> ]
[ <a href="ch3.html">3</a> ]
[ <a href="ch4.html">4</a> ]
[ <a href="ch-browser-java.html">5</a> ]
[ <a href="ch6.html">6</a> ]
[ <a href="ch7.html">7</a> ]
[ <a href="ch8.html">8</a> ]
[ <a href="ch1.html">next</a> ]
</p>

<hr>

<h1>
Debian Java FAQ.
<br></h1>

<hr>

<h2 id="abstract">Abstract</h2>

<p>
Answers to Frequently Asked Questions on Debian and Java (Note: some
information is not up-to-date).  Any changes/corrections to this FAQ are
appreciated.  Please send them to the Debian Bug Tracking System as described
in <a href="ch1.html#s-bugs">Sending bugs on this FAQ, Section 1.3</a>.
</p>

<hr>

<h2 id="copyright">Copyright Notice</h2>

<p>
This document may be freely redistributed or modified in any form provided your changes are clearly documented. This document may be redistributed for fee or free, and may be modified (including translation from one type of media or file format to another or from one spoken language to another) provided that all changes from the original are clearly marked as such.
</p>

<hr>

<h2 id="contents">Contents</h2>

<ul>
<li><a href="ch1.html">1 Introduction</a>
  <ul>
  <li><a href="ch1.html#s1.1">1.1 Introduction to this FAQ</a></li>
  <li><a href="ch1.html#s1.2">1.2 Location of this FAQ</a></li>
  <li><a href="ch1.html#s-bugs">1.3 Sending bugs on this FAQ</a></li>
  <li><a href="ch1.html#s1.4">1.4 What is Java?</a></li>
  <li><a href="ch1.html#s1.5">1.5 Where can I ask questions about Java on Debian?</a></li>
  <li><a href="ch1.html#s-moreinfo">1.6 Complementary information</a></li>
  <li><a href="ch1.html#s-pending">1.7 Uncovered issues</a>
  </ul></li>
<li><a href="ch2.html">2 Java Development</a>
  <ul>
  <li><a href="ch2.html#s2.1">2.1 What full-fledged Java development platforms are available in Debian?</a></li>
  <li><a href="ch2.html#s-free">2.2 What free platforms are there and how can I contribute?</a></li>
  <li><a href="ch2.html#s-license-concerns">2.3 Questions on platforms and license concerns</a></li>
  <li><a href="ch2.html#s2.4">2.4 Making Debian packages for Java programs.</a>
  </ul></li>
<li><a href="ch3.html">3 Managing Java (for users and administrators)</a><li><a href="ch4.html">4 Java Virtual Machines (JVM)</a>
  <ul>
  <li><a href="ch4.html#s4.1">4.1 What JVMs are available in Debian?</a></li>
  <li><a href="ch4.html#s4.2">4.2 What Java Compilers are available in Debian?</a></li>
  <li><a href="ch4.html#s4.3">4.3 What API do these JVMs provide?</a></li>
  <li><a href="ch4.html#s4.4">4.4 Are there known problems?</a></li>
  <li><a href="ch4.html#s4.5">4.5 How can I use the proprietary version of the JDK/JRE from Oracle as a Debian package?</a></li>
  <li><a href="ch4.html#s4.6">4.6 Do I need a JVM to run a Java program in Debian?</a>
  </ul></li>
<li><a href="ch-browser-java.html">5 Java Plugins for Browsers</a><li><a href="ch6.html">6 Java Servlets</a>
  <ul>
  <li><a href="ch6.html#s6.1">6.1 How can I make Java servlets work?</a>
  </ul></li>
<li><a href="ch7.html">7 Java Policy</a>
  <ul>
  <li><a href="ch7.html#s7.1">7.1 Is there a Java policy for Debian?</a></li>
  <li><a href="ch7.html#s7.2">7.2 Are there holes in the Java Policy?</a>
  </ul></li>
<li><a href="ch8.html">8 Other Java alternatives for Debian</a>
  <ul>
  <li><a href="ch8.html#s8.1">8.1 Java programs not yet available on Debian</a></li>
  </ul></li>
</ul>

<hr>

<p>
[ <a href="ch8.html">previous</a> ]
[ <a href="#contents">Contents</a> ]
[ <a href="ch1.html">1</a> ]
[ <a href="ch2.html">2</a> ]
[ <a href="ch3.html">3</a> ]
[ <a href="ch4.html">4</a> ]
[ <a href="ch-browser-java.html">5</a> ]
[ <a href="ch6.html">6</a> ]
[ <a href="ch7.html">7</a> ]
[ <a href="ch8.html">8</a> ]
[ <a href="ch1.html">next</a> ]
</p>

<hr>

<p>
Debian Java FAQ.
</p>

<address>
$Revision: 7831 $, $Date: 2013-06-05 21:17:15 +0100 $<br>
<br>
Torsten Werner <code><a href="mailto:twerner@debian.org">mailto:twerner@debian.org</a></code><br>
Niels Thykier <code><a href="mailto:niels@thykier.net">mailto:niels@thykier.net</a></code><br>
Javier Fernández-Sanguino Peña <code><a href="mailto:jfs@debian.org">mailto:jfs@debian.org</a></code><br>
Sylvestre Ledru <code><a href="mailto:sylvestre@debian.org">mailto:sylvestre@debian.org</a></code><br>
<br>
</address>
<hr>

</body>

</html>