Re: [INTERFACES] jdbc examples

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Cyril(dot)Ferrand(at)sophia(dot)inria(dot)fr, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] jdbc examples
Date: 1998-07-08 13:33:24
Message-ID: l0311070fb1c92319efc5@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

At 15:00 +0300 on 8/7/98, Cyril FERRAND wrote:

> PostgreSQL basic test v6.3 rev 1
>
> Exception caught.
> java.lang.ClassNotFoundException: postgresql.Driver
> java.lang.ClassNotFoundException: postgresql.Driver
> at example.monbasic.<init>(monbasic.java:20)
> at example.monbasic.main(monbasic.java:67)

I think you don't have the postgresql.jar archive in your classpath. You
should have the jar itself, not just its directory, as part of the
CLASSPATH variable.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message pgibb 1998-07-08 14:29:50 Perl Postgres module interface to PostreSQL
Previous Message Cyril FERRAND 1998-07-08 12:00:17 jdbc examples