Re: Migrating from Sql Server to PostgreSQL - postgres drivers

From: Mark Rotteveel <mark(at)lawinegevaar(dot)nl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Migrating from Sql Server to PostgreSQL - postgres drivers
Date: 2017-12-13 19:23:03
Message-ID: d2ffd96473dcf0e16c96642933aa1302@lawinegevaar.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 2017-12-13 19:03, Zahid Iqbal wrote:
> You need to place the driver under JDK/JRE-HOME/ext/lib path (the MTK
> 51 contains classpath reference for an old version of PG JDBC driver)
> so that JVM picks the driver in default classpath (alternatively you
> can place PG JDBC driver ver 9.4-1208 under MTK lib path).

JDBC drivers don't belong in lib/ext, and the lib/ext extension
mechanism has been deprecated in Java 8 and removed in Java 9.

Mark

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Rotteveel 2017-12-13 19:28:32 Re: Migrating from Sql Server to PostgreSQL - postgres drivers
Previous Message Zahid Iqbal 2017-12-13 18:03:32 Re: Migrating from Sql Server to PostgreSQL - postgres drivers