Re: PROBLEM WITH DRIVER LOAD

Поиск
Список
Период
Сортировка
От Guillaume Cottenceau
Тема Re: PROBLEM WITH DRIVER LOAD
Дата
Msg-id 878xtd35tx.fsf@meuh.mnc.lan
обсуждение исходный текст
Ответ на PROBLEM WITH DRIVER LOAD  (Wagner <wagner.and@gmail.com>)
Список pgsql-jdbc
Wagner <wagner.and 'at' gmail.com> writes:

> Hi, i'm new in jdbc and
> my problem is, the driver doesn't load,
> the code is:
>
> public static void connect(){
>         try{
>             Class.forName("org.postgresql.Driver");
>         }catch(ClassNotFoundException cnfex){
>             System.err.println("driver load fail");
>
> //the problem is here, i don't know what library i need and what i need to
> do with the classpath to this works,

As documented in multiple places, you have to put the
postgresql.jar in your classpath. This depends on your java
environment, but generally you can achieve this by using the
"-cp" argument to the "java" program you invoke.

--
Guillaume Cottenceau

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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: [PPOSTGRES][PSQL] Segmentation fault
Следующее
От: Sarvjot Kaur
Дата:
Сообщение: Need help in installing postgresql 8.1.2 on Windows