Re: [GENERAL] postgresql7.0 jdbc driver

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Anand Raman <araman(at)india-today(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] postgresql7.0 jdbc driver
Date: 2000-05-03 03:53:56
Message-ID: 200005030353.XAA09152@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> HI guys
> Thanx for the quick reply..
>
> When i tried compiling jdbc for postgresql700 I encounter the following error
>
> postgres(at)localhost > make jdbc1
> (echo "package postgresql;" ;\
> echo "public class DriverClass {" ;\
> echo "public static String connectClass=\"postgresql.jdbc1.Connection\";" ;\
> echo "}" \
> ) >postgresql/DriverClass.java
> make[1]: Entering directory `/usr/src/postgresql-7.0beta5/src/interfaces/jdbc'
> javac -g postgresql/DriverClass.java
> javac -g postgresql/Connection.java
> postgresql/Connection.java:447: Wrong number of arguments in constructor.
> fields[i] = new Field(this, typname, typid, typlen, typmod);
> ^
> 1 error
> make[1]: *** [postgresql/Connection.class] Error 1
> make[1]: Leaving directory `/usr/src/postgresql-7.0beta5/src/interfaces/jdbc'
> make: *** [jdbc1] Error 2
>
> same is the case with $ make jdbc2

What java are you using?

--
Bruce Momjian | http://www.op.net/~candle
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anand Raman 2000-05-03 04:17:28 Re: [GENERAL] postgresql7.0 jdbc driver
Previous Message Anand Raman 2000-05-03 03:53:36 Re: postgresql7.0 jdbc driver

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-05-03 04:02:47 RE: psql \l error
Previous Message Anand Raman 2000-05-03 03:53:36 Re: postgresql7.0 jdbc driver