Re: regarding table migration from sql to postgres with runmtk.sh - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: regarding table migration from sql to postgres with runmtk.sh
Date
Msg-id 20160309133749.GA75911@crankycanuck.ca
Whole thread Raw
In response to regarding table migration from sql to postgres with runmtk.sh  (Durgamahesh Manne <maheshpostgres9@gmail.com>)
List pgsql-general
On Wed, Mar 09, 2016 at 06:56:38PM +0530, Durgamahesh Manne wrote:
> Hi sir
> i got following erro when i ran runmtk.sh
>
> initially i placed the jtds driver related to sql in
> /opt/postgresplus/edbmtk/lib

Looks like you're using postgresplus, which is EnterpriseDB's fork.  But …

> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/postgresql/Driver

… since it can't find the driver, I'd bet that your classpath doesn't
contain /opt/postgresplus/edbmtk/lib.

Best regards,

A

--
Andrew Sullivan
ajs@crankycanuck.ca


pgsql-general by date:

Previous
From: Durgamahesh Manne
Date:
Subject: regarding table migration from sql to postgres with runmtk.sh
Next
From: "Mike Sofen"
Date:
Subject: Re: How to delete few elements from array beginning?