Re: a big question

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Dam Avalos <aleidam8(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: a big question
Date: 2004-05-21 07:58:05
Message-ID: 40ADB68D.7040607@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dam Avalos wrote:
> Hi!
> I have a big problem with the postgress driver, and i hope you can help
> me, i´m programming with java, and java has a method name
> Class.forName() that ask for the postgress driver... I send you the
> archive ConexionBD.java, and i hope you can help me, because when i run
> the program it says that it can´t get the driver, or found the driver,
> or something like that, so, well if you can help me i´ll be very
> gratefull with you, thanks a lot

Without more detail it's hard to be sure, but the most likely problem is
that the PostgreSQL JDBC driver is not in your classpath. See
http://www.postgresql.org/docs/7.4/static/jdbc.html#JDBC-CLASSPATH

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-05-21 11:12:12 Re: Java Test Harness
Previous Message Oliver Jowett 2004-05-21 07:54:14 Re: Timeouts on big queries with JDBC?