RE: [INTERFACES] Problem building the JDBC driver

From: Peter Mount <peter(at)maidstone(dot)gov(dot)uk>
To: <zorll(at)tu-harburg(dot)de>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] Problem building the JDBC driver
Date: 1998-05-22 07:53:25
Message-ID: 714F8949628ED1119E0F0060082C52F50D721B@vesta.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

What version of the JDK are you using?
The driver only works with JDK1.1 or later.

The driver compiles fine with JDK1.1.3 on linux.

As for supplying a recompiled jar file, I can email you one when I get home,
but it may not solve the problem, because your java.sql.PreparedStatement
class may be either corrupt, or the earlier version (BigDecimal is a class
that appeared in 1.1).

--
Peter T Mount, peter(at)maidstone(dot)gov(dot)uk, peter(at)retep(dot)org(dot)uk
JDBC FAQ: http://www.retep.org.uk/postgres
Please note that this is from my works email. If you reply, please cc my
home address.

-----Original Message-----
From: owner-pgsql-interfaces(at)hub(dot)org
[mailto:owner-pgsql-interfaces(at)hub(dot)org]On Behalf Of zorll(at)tu-harburg(dot)de
Sent: Wednesday, May 20, 1998 7:03 PM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] Problem building the JDBC driver

Hello,

on May 2nd I sent a question for help to this mailing list. My
problem is, that I just can't build the JDBC-driver on my Linux
system. After typing 'make' I was showed error messages like

"Method redefined with different return type: postgresql.BigDecimal ..."
or
"class postgresql.PreparedStatement must be declared abstract ..."

I hoped, that somebody could give me a hint on what I might have done
wrong (probably with the setting of my include path). Unfortunately
the only reply to my question came from someone who seems to have the
same problem like me.

After spending some more hours with unsuccessful testing of different
(un)settings of my CLASSPATH and studying the READMEs I'm sure, that
without further help I won't belong to the lucky people with a
working JDBC driver for PostgreSQL. So please let me know, if someone
has an idea, what I might have done wrong.

If nothing else works another solution might be, if I had an already
built 'postgresql.jar' file. Does anybody know a place, where I can
get one.

Thank you in advance for your help.

Ralph

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 1998-05-22 14:16:03 Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Previous Message David Gould 1998-05-22 07:00:02 Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes