| From: | Rene Pijlman <rpijlman(at)wanadoo(dot)nl> |
|---|---|
| To: | "Robert Finneran" <rob(at)digitalskyscrapers(dot)com> |
| Cc: | "Pgsql-Jdbc" <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: Problem building jdbc jars |
| Date: | 2001-08-02 21:09:46 |
| Message-ID: | 9ifjmtg4mvd84vopvg2agsbled1s5t2cau@4ax.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
On Wed, 1 Aug 2001 19:40:06 -0700, you wrote:
>I get 100+ errors building. Many of the messages are complaining
>that they cannot find javax.transaction.xa.Xid.
This is part of the Java Transaction API in J2EE:
http://java.sun.com/j2ee/transactions.html. Download and install
J2EE 1.2.1 from http://java.sun.com/j2ee/download.html#sdk and
that will probably fix it.
There is a line in the Ant build file
src/interfaces/jdbc/build.xml that's probably supposed to catch
this situation:
<exclude name="${package}/xa/**" unless="jdk1.2e+" />
I'm not sure why it doesn't in your case.
Next time you post such a problem, please quote the (first)
error message you get from the compiler, including the line
number.
Regards,
René Pijlman
| From | Date | Subject | |
|---|---|---|---|
| Next Message | chris markiewicz | 2001-08-02 22:03:35 | errors while getting large objects... |
| Previous Message | John Cook | 2001-08-02 19:38:18 | Memory Leak / Prepared Statement |