Why not --with-java?

From: Armin Faltl <armin(dot)faltl(at)aon(dot)at>
To: pgsql-general(at)PostgreSQL(dot)org
Cc: Bertram Grillitsch <office(at)grillitsch(dot)at>
Subject: Why not --with-java?
Date: 2002-10-24 12:59:33
Message-ID: 20021024130022.E9811475BD7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I'm trying to compile PostgreSQL 7.2.1 "--with-java" and get errors in the
JDBC-driver. Compilation without java works, and the resulting db-system
works.

My configuration:
* Debian GNU/Linux 3.0 "woody" (fsn.hu's i386 Binary-1 (20020125))
* jakarta-ant 1.5
and one of:
- SUN j2sdk1.4.0_01 (worked best)
- j2sdk1.3.1 (from elsewhere)
- SUN jdk1.3.1_02

When using the JAVA 1.4.0, compilation stopped with the missing class(es)
"javax.transaction.RollbackException"
ANT was compiled anew with ever choice of JAVA and is reported not to work
with the later to JAVAs by PostgreSQLs "configure".

Please tell me a known working configuration, or where to get the
"javax.transaction.RollbackException"-classes

Best Regards,

Armin Faltl

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Bessels 2002-10-24 13:16:30 Problem: psql -c works but psql -f fails when executed from a Perl script using system().
Previous Message Andrew Sullivan 2002-10-24 11:23:25 Re: 2 questions