Re: Urgent : JDBC problem in PostgreSql for Linux

From: Rodrigo F(dot) Baroni <rodrigobaroni(at)yahoo(dot)com(dot)br>
To: Kallol Nandi <kallol(dot)nandi(at)indussoft(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Urgent : JDBC problem in PostgreSql for Linux
Date: 2003-06-21 15:52:21
Message-ID: 20030621155221.25714.qmail@web11102.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

--- Kallol Nandi <kallol(dot)nandi(at)indussoft(dot)com>
escreveu: > Hi All,
>
> This is my first post to this mailing list.
> I am facing an error in JDBC.

<cut>

> Driver not found for URL:
> jdbc:postgresql://10.100.102.31:5432/notes
> java.sql.SQLException: Driver not found for URL:
> jdbc:postgresql://10.100.102.31:5432/notes
> at 0x4028115f:

<cut>

Seems that the JVM isn't finding your jar class
driver. Set your CLASSPATH variable at the enviroment
:

"$export
CLASSPATH=/path/to/you/driver/driver_jdbc_postgres_.jar:."

Try to run your app again. I have had some like
problem, that I resolve of another way : my app is a
applet, so, I put my app.jar and driver_jdbc.jar at
the html file, so it worked.

Back this message again, when you resolve your
problem, saying what it was.

Regards
Rodrigo F Baroni

_______________________________________________________________________
Yahoo! Mail
Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção contra spam.
http://br.mail.yahoo.com/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fernando Nasser 2003-06-21 23:10:17 Re: Urgent : JDBC problem in PostgreSql for Linux
Previous Message Kallol Nandi 2003-06-21 12:48:58 Re: Urgent : JDBC problem in PostgreSql for Linux