Help with compile - Mailing list pgsql-jdbc

From felipe de Jesús Molina Bravo
Subject Help with compile
Date
Msg-id 1035562956.10648.145.camel@BDDeser
Whole thread Raw
List pgsql-jdbc
Hi

I have the next configuration:

Postgresql 7.2.3
JDK 1.4.1_01
ant 1.4.1

the account:postgres
JAVA_HOME=/usr/local/jdk1.4.1
ANT_HOME=/usr/local/ant

I try to compile the jdbc driver the next forms:

- When compile the postgres
    ./compile --with-java
    gmake

and

- At src/interfaces/jdbc:

        ant jar

I got the some errors,for example:
[javac]
/home/postgres/src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java 57 connot resolve


Please help me

Thanks






pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: XA for postgres
Next
From: Barry Lind
Date:
Subject: Re: Help with compile