Connection Class.forName - Mailing list pgsql-jdbc

From Ricardo Javier Aranibar León
Subject Connection Class.forName
Date
Msg-id F21XWsEMvDoSlS3lfJZ000249dd@hotmail.com
Whole thread Raw
Responses Re: Connection Class.forName  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
Hi list

I nedd your help I'm newbie in JDBC and my first problem is:
When I try to connect To DataBAse I have this problem:
   java.lang.ClassNotFoundException: postgresql.Driver
maybe I try with org.postgresql.Driver and error in ClassNotFoundException
I work with Linux Suse 7.2
I have installed:
    postgresql-jdbc-7.0.3-70
and I define my CLASSPATH, maybe in:
/usr/lib/pgsql/jdbc7.0-1.2.jar

my small program is:

import java.sql.*;

public class db {

   public static void main (Strings[] args){
       try{
            Class.forName("org.postgresql.Driver");
            //Class.forName("postgresql.Driver");
        }catch (Exception e){
            e.printStackTrace();
        }
   }

}

If somebody can help i will thankfull

Note: I from Bolivia and my enghish grammar isn't good but i can understand
:)

Regards,
Ricardo

_________________________________________________________________
MSN Fotos: la forma más fácil de compartir e imprimir fotos.
http://photos.msn.es/support/worldwide.aspx


pgsql-jdbc by date:

Previous
From: "Gerlits András"
Date:
Subject: updatable (J2EE) resultsets
Next
From: Dave Cramer
Date:
Subject: Re: updatable (J2EE) resultsets