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