cannot find org.postgres.Driver - Mailing list pgsql-jdbc

From Felipe
Subject cannot find org.postgres.Driver
Date
Msg-id 20040525224412.79785.qmail@web50507.mail.yahoo.com
Whole thread Raw
Responses Re: cannot find org.postgres.Driver
Re: cannot find org.postgres.Driver
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: patch: streaming of bytea parameter values
Next
From: Dave Cramer
Date:
Subject: Re: cannot find org.postgres.Driver