summaryrefslogtreecommitdiff
path: root/doc/src/sgml/installation.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/installation.sgml')
-rw-r--r--doc/src/sgml/installation.sgml47
1 files changed, 1 insertions, 46 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 1fc151abeb..368d82e3cb 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.192 2004/01/11 05:46:58 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.193 2004/01/19 21:20:06 tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -214,41 +214,6 @@ su - postgres
<listitem>
<para>
- To build the JDBC driver, you need
- <application>Ant</application> 1.5 or higher and a
- <acronym>JDK</acronym>. <application>Ant</application> is a
- special tool for building Java-based packages. It can be
- downloaded from the <ulink
- url="http://jakarta.apache.org/ant/index.html"><application>Ant</application>
- web site</ulink>.
- </para>
-
- <para>
- If you have several Java compilers installed, it depends on the
- Ant configuration which one gets used. Precompiled
- <application>Ant</application> distributions are typically set
- up to read a file <filename>.antrc</filename> in the current
- user's home directory for configuration. For example, to use a
- different <acronym>JDK</acronym> than the default, this may
- work:
-<programlisting>
-JAVA_HOME=/usr/local/sun-jdk1.3
-JAVACMD=$JAVA_HOME/bin/java
-</programlisting>
- </para>
-
- <note>
- <para>
- Do not try to build the driver by calling
- <command>ant</command> or even <command>javac</command>
- directly. This will not work. Run <command>gmake</command>
- normally as described below.
- </para>
- </note>
- </listitem>
-
- <listitem>
- <para>
To enable Native Language Support (<acronym>NLS</acronym>), that
is, the ability to display a program's messages in a language
other than English, you need an implementation of the
@@ -802,16 +767,6 @@ JAVACMD=$JAVA_HOME/bin/java
</varlistentry>
<varlistentry>
- <term><option>--with-java</option></term>
- <listitem>
- <para>
- Build the <acronym>JDBC</acronym> driver and associated Java
- packages.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><option>--with-krb4</option></term>
<term><option>--with-krb5</option></term>
<listitem>