Hi,
The problem is that You should place Your Posgresql JDBC driver classes
( a zip file or a jar file) in Your WebServers' subdirectory or the path in
config file.
Now this is very WebServer dependent.
If You have JavaWebServer than You should place this in the lib directory.
So this is really a configuration problem, not a servlet problem.
I think a solution would be to unzip Your Jdbc driver classes in the
servlets dir
(this will create a subdir posgresql).
If none of these will help please send Your system configuration.
Best wishes,
Andras
----- Original Message -----
From: R MUTHUSWAMY <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 29, 1999 9:27 AM
> hi,
> i am connecting to database(postgresql). where when i give my
> program line
> Class.forName("postgresql.Driver");
> it is giving an error
>
> java.lang.ClassNotFoundException : postgresql.Driver
>
> can anybody help me? Any help is appreciated.
>
> bye,
> MUTHU.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html