Re: Compiling 7.1 JDBC driver

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jan Ploski <jpljpl(at)gmx(dot)de>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Compiling 7.1 JDBC driver
Date: 2001-03-14 20:44:56
Message-ID: Pine.LNX.4.30.0103142143380.1211-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jan Ploski writes:

> Hi,
>
> I just checked out 7.1 from CVS and am trying to compile the JDBC driver:
>
> [javac] /home/jpl/pgsql/src/interfaces/jdbc/org/postgresql/Driver.java:199: ';' expected
> [javac] return ${major};
> [javac] ^

You should run './configure --with-java' and use 'make' and 'make
install'. Running Ant directly doesn't work. Yeah, the README needs to
be updated.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Choe 2001-03-14 20:56:02 how to create a simple trigger
Previous Message keith 2001-03-14 20:44:24 Fw: Please Help