Re: Error building JDBC Driver

From: Peter Mount <peter(at)retep(dot)org(dot)uk>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: mlabhard(at)viatraining(dot)com, PostgreSQL Users <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error building JDBC Driver
Date: 2000-10-17 19:21:00
Message-ID: Pine.LNX.4.21.0010172019210.425-100000@maidast.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 16 Oct 2000, Bruce Momjian wrote:

> I think the problem is using kaffe. I downloaded the jdbc binary from
> Peter's web site at:
>
> http://www.retep.org.uk
>
> and that worked with kaffe. Seems kaffe can not handle dependencies
> properly.

Yes, kaffe cannot handle compiling two classes that refer to each other
(while all other implementations can, and it's part of the java language
specification).

I've just put up a pre-compiled binary for Java2 only based on the current
sources, as some people have been asking for it.

Peter

>
>
> > When attempting to build JDBC 7.0 driver with "make jdbc2 jar", the following
> > error occurs:
> >
> > org.postgresql.Connection.java: Can't find class org/postgresql/Field
> >
> > Any ideas? Thanks.
> >
>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>

--
Peter T Mount peter(at)retep(dot)org(dot)uk http://www.retep.org.uk
PostgreSQL JDBC Driver http://www.retep.org.uk/postgres/
Java PDF Generator http://www.retep.org.uk/pdf/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin A. Marques 2000-10-17 19:21:24 startup script for Solaris
Previous Message Tom Lane 2000-10-17 19:19:42 Re: record new has no field cat