From: | Jorge Solórzano <jorsol(at)gmail(dot)com> |
---|---|
To: | List <pgsql-jdbc(at)postgresql(dot)org> |
Cc: | bcc5226(at)gmail(dot)com |
Subject: | Re: Postgresql jdbc driver for PG version 9.5 |
Date: | 2018-09-07 09:32:57 |
Message-ID: | CA+cVU8PGGzmQA+bFre5mQkKqghkqpFGNkFxJMhd8FsCj6sFczQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-jdbc |
Hi Poul,
The jdbc driver is a library, if you run the jar file like java -jar
postgresql-42.2.5.jar, it will output that is not an executable Java
program.
You should use it following the conventions of JDBC API (
https://docs.oracle.com/javase/tutorial/jdbc/)
Regards,
On Fri, Sep 7, 2018 at 9:37 AM Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
wrote:
> Poul Kristensen wrote:
> > I am trying to use the jdbc driver in eclipse but get the following
> > How come?
> > if the driver is not org.postgresql.Driver,
> > which should I then use.
> >
> > PostgreSQL JDBC Driver 42.2.5
> > Found in:
> jar:file:/home/me/lib/postgresql-42.2.5.jar!/org/postgresql/Driver.class
> >
> > The PgJDBC driver is not an executable Java program.
>
> I have redirected the question to the JDBC list.
>
> What does your code look like?
>
> Yours,
> Laurenz Albe
> --
> Cybertec | https://www.cybertec-postgresql.com
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Poul Kristensen | 2018-09-07 12:52:49 | Re: Postgresql jdbc driver for PG version 9.5 |
Previous Message | Rajni Baliyan | 2018-09-07 09:22:31 | Re: recovery.conf not getting changed to recovery.done after PITR |
From | Date | Subject | |
---|---|---|---|
Next Message | Poul Kristensen | 2018-09-07 12:52:49 | Re: Postgresql jdbc driver for PG version 9.5 |
Previous Message | Poul Kristensen | 2018-09-07 07:56:12 | subscribe |