Re: Help with compile

From: Barry Lind <blind(at)xythos(dot)com>
To: felipe de Jesús Molina Bravo <fmolina(at)dge(dot)inegi(dot)gob(dot)mx>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Help with compile
Date: 2002-10-25 19:16:12
Message-ID: 3DB9987C.8080202@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


7.2 jdbc driver will not compile under jdk1.4. It will however run
under jdk1.4. So either compile with 1.3 or get the prebuilt jars from
jdbc.postgresql.org.

7.3 and current CVS does however compile with jdk1.4.

thanks,
--Barry

felipe de Jesús Molina Bravo wrote:
> 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
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robinson 2002-10-25 19:38:39 getTables() Implementation
Previous Message Barry Lind 2002-10-25 16:39:06 Re: XA for postgres