Re: problem compiling the jdbc driver - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: problem compiling the jdbc driver
Date
Msg-id 985270738.3aba09d2e33e8@webmail.retep.org.uk
Whole thread Raw
In response to problem compiling the jdbc driver  (Silky Mittal <silky212001@yahoo.com>)
List 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 by date:

Previous
From: Seema Noor
Date:
Subject: help in postgres & jdbc
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql/ /configure.in /configure rc/include/con ...