Re: driver error

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Gabriel Mihalache <spasm(at)xnet(dot)ro>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: driver error
Date: 2001-03-02 15:00:24
Message-ID: 983545224.3a9fb5887e419@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Quoting Gabriel Mihalache <spasm(at)xnet(dot)ro>:

> Hi!
> I have a problem with the driver.
> The jar file is in my class path but the org.postgres.Driver object is
> unavailable...

Are you loading the driver?

ie:

Class.forName("org.postgresql.Driver");

Peter

> any ideas?
>
> I want to use it with Jive and with some stuff I'm working of...
> Both Jive and a small servlet wrote by me trows an error.
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

  • driver error at 2001-02-27 20:08:13 from Gabriel Mihalache

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rini Dutta 2001-03-02 16:11:41 Unknown Result Type
Previous Message Peter T Mount 2001-03-02 14:42:16 Re: Problems with JDB Driver.