cannot find org.postgres.Driver

Поиск
Список
Период
Сортировка
От Felipe
Тема cannot find org.postgres.Driver
Дата
Msg-id 20040525224412.79785.qmail@web50507.mail.yahoo.com
обсуждение исходный текст
Ответы Re: cannot find org.postgres.Driver
Re: cannot find org.postgres.Driver
Список pgsql-jdbc
Hi everybody
 
I'm trying to write an applet to acces postgres but when I load the applet in a web browser doesn't seems to work. In the JVM console I obtain an error that says something like this
 
Cannot find "/home/applets/org/postgresql/Driver"
 
the code I use to load the postgres driver is as follows
 
Class.forName("org.postgresql.Driver");
Connection db = DriverManager.getConnection("jdbc:postgresql:arl",user,password);
 
where arl is the database name
 
for you anwser thanks



Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: patch: streaming of bytea parameter values
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: cannot find org.postgres.Driver