Re: Java Postgres drivers. - Mailing list pgsql-general

From fernando@lozano.eti.br
Subject Re: Java Postgres drivers.
Date
Msg-id 4b389ae9.34d.1d5b.1613460098@lozano.eti.br
Whole thread Raw
In response to Java Postgres drivers.  (Dave Coventry <dgcoventry@gmail.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Why grantor is owner in this case?
Next
From: Ivano Luberti
Date:
Subject: Re: Java Postgres drivers.