Re: eclipse update source?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <mag(at)magwas(dot)rulez(dot)org>,<pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: eclipse update source?
Date: 2011-11-27 17:07:49
Message-ID: 4ED21A050200002500043512@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Magosányi Árpád wrote:

> I cannot find an eclipse update source for postgresql jdbc. Where
> is it/what is the way to satisfy the dependency for 'package
> org.postgresql [8.3.0,9.0.0)' ?
> Downloading the jdbc driver and putting it to the ecliipse plugins
> directory does not seems to work...

I wasn't aware that anyone had packaged the PostgreSQL JDBC driver as
an eclipse plugin. Have you been using such a package? If so, where
did you get it? If not, download the jar file as others have
suggested, and put it on your runtime classpath. If you are using
any of the classes directly, rather than going through the standard
interface, you will also need to add the jar to you build path.

-Kevin

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2011-11-29 21:36:37 Bug when retrieving money datatype.
Previous Message Thomas Kellerer 2011-11-27 14:21:43 Re: solved: eclipse update source?