Re: Java Postgres drivers.

Поиск
Список
Период
Сортировка
От fernando@lozano.eti.br
Тема Re: Java Postgres drivers.
Дата
Msg-id 4b389ae9.34d.1d5b.1613460098@lozano.eti.br
обсуждение исходный текст
Ответ на Java Postgres drivers.  (Dave Coventry <dgcoventry@gmail.com>)
Список pgsql-general
Dave,

It looks like the postgresql.jar archive is not in your CLASSPATH.


[]s, Fernando Lozano

> I'm not sure this is the right place to enquire...
>
> I'm trying to connect to a postgres datanbase with Java.
>
> import java.sql.*;
>
>     public static void main(String[] args) {
>         // TODO code application logic here
>         try{
>             System.out.println("Starting...");
>             Class.forName("org.postgresql.Driver");
>             String url="jdbc:postgresql:inenergy";
>             System.out.println("Got here...");
>
>         catch(Exception e){
>             System.out.println("Error..."+e.getMessage());
>
>         }
> }
>
> Just don't get to the 'Got here...' statement.
>
> Can anyone see what I'm doing wrong?
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why grantor is owner in this case?
Следующее
От: Ivano Luberti
Дата:
Сообщение: Re: Java Postgres drivers.