ClassNotFoundException - Mailing list pgsql-general

From Sean Weissensee
Subject ClassNotFoundException
Date
Msg-id 003e01c0047d$8129d780$0501a8c0@Mobile
Whole thread Raw
List pgsql-general
Why do I get this above error in my jsp page
 
here is the connection code
 
<%@page language="java" import="java.sql.*"%>
<%
Driver DriverRecordset1 = (Driver)Class.forName("PostgreSQL.Driver").newInstance();
 
 

pgsql-general by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: dangers of setlocale() in backend (was: problem with float8 input format)
Next
From: kumar1@home.com (Prasanth A. Kumar)
Date:
Subject: Re: PostgreSQL interfaces for PHP and Perl