Re: Urgent : JDBC problem in PostgreSql for Linux

Поиск
Список
Период
Сортировка
От Rodrigo F. Baroni
Тема Re: Urgent : JDBC problem in PostgreSql for Linux
Дата
Msg-id 20030621155221.25714.qmail@web11102.mail.yahoo.com
обсуждение исходный текст
Ответ на Urgent : JDBC problem in PostgreSql for Linux  ("Kallol Nandi" <kallol.nandi@indussoft.com>)
Список pgsql-jdbc
 --- Kallol Nandi <kallol.nandi@indussoft.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/

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Kallol Nandi"
Дата:
Сообщение: Re: Urgent : JDBC problem in PostgreSql for Linux
Следующее
От: Fernando Nasser
Дата:
Сообщение: Re: Urgent : JDBC problem in PostgreSql for Linux