From: | Russell Aspinwall <russell(dot)aspinwall(at)flomerics(dot)co(dot)uk> |
---|---|
To: | postgresql general list <pgsql-general(at)postgresql(dot)org> |
Subject: | Compiling Postgres 7.2.3 - problem with JDBC |
Date: | 2002-11-05 13:50:54 |
Message-ID: | 3DC7CCBE.658E1C32@flomerics.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I having been trying to compile v7.2.3 with JDBC interface on Solaris
x86, unfortunately I get the following error messages. I am currently
using Java2 v1.4.1_02 and get the following errors.
-- driver:
[available] DEPRECATED - <available> used to override an existing
property.
[available] Build file should not reuse the same property name for
different values.
[available] DEPRECATED - <available> used to override an existing
property.
[available] Build file should not reuse the same property name for
different values.
[available] DEPRECATED - <available> used to override an existing
property.
[available] Build file should not reuse the same property name for
different values.
[echo] Configured build for the JDBC2 Enterprise edition driver
compile:
[javac] Compiling 53 source files to
/tmp/postgresql-7.2.3/src/interfaces/jdbc/build
[javac]
/tmp/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java:57:
cannot resolve symbol
[javac] symbol : class RollbackException
[javac] location: package transaction
[javac] import javax.transaction.RollbackException;
..... {contd]
Can anyone suggest how to get JDBC interface compiled.
TIA
Russell
From | Date | Subject | |
---|---|---|---|
Next Message | Mike | 2002-11-05 14:28:24 | Inquiry From Form [pgsql] |
Previous Message | Stephan Szabo | 2002-11-05 13:37:26 | Re: executing delete in a case statement? |