Re: problem compiling the jdbc driver

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: problem compiling the jdbc driver
Дата
Msg-id 985270738.3aba09d2e33e8@webmail.retep.org.uk
обсуждение исходный текст
Ответ на problem compiling the jdbc driver  (Silky Mittal <silky212001@yahoo.com>)
Список pgsql-interfaces
Quoting Silky Mittal <silky212001@yahoo.com>:

> 
>  Dear Sir,
>    i am using postgresql 6.5.3 on red hat 6.2...
>    i downloaded j2sdk-1_3_0_02-linux-rpm.bin from
>  java.sun.com and stored it in my root directory with
>  the same name.
>    i have jdbc6.5-1.2.jar and
>           jdbc6.5-1.1.jar in /usr/lib/pgsql
>  directory.
>    i use following code for the driver in my java
>  application:
>    Class.forName("org.postgresql.Driver")
>     it compiles fine but when i give java filename it
>  gives the following error:
>    
> 
> java.lang.ClassNotFoundException:org/postgresql/Driver

Yep. "org.postgresql.Driver" only came in with 7.0. For anything earlier drop 
the org. part of the package.

Peter

-- 
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Seema Noor
Дата:
Сообщение: help in postgres & jdbc
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql/ /configure.in /configure rc/include/con ...