Re: regarding table migration from sql to postgres with runmtk.sh

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: regarding table migration from sql to postgres with runmtk.sh
Дата
Msg-id 20160309133749.GA75911@crankycanuck.ca
обсуждение исходный текст
Ответ на regarding table migration from sql to postgres with runmtk.sh  (Durgamahesh Manne <maheshpostgres9@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Durgamahesh Manne
Дата:
Сообщение: regarding table migration from sql to postgres with runmtk.sh
Следующее
От: "Mike Sofen"
Дата:
Сообщение: Re: How to delete few elements from array beginning?