Re: ClassNotFoundException - Mailing list pgsql-general

From Byron Nikolaidis
Subject Re: ClassNotFoundException
Date
Msg-id 002f01c0047e$1cb099a0$6401a8c0@byron
Whole thread Raw
In response to ClassNotFoundException  ("Sean Weissensee" <seanweis@bigpond.com>)
List pgsql-general
 
I think its "org.postgresql.Driver"
 
Byron
----- Original Message -----
Sent: Saturday, August 12, 2000 12:51 PM
Subject: [GENERAL] ClassNotFoundException

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: kumar1@home.com (Prasanth A. Kumar)
Date:
Subject: Re: PostgreSQL interfaces for PHP and Perl
Next
From: Tom Lane
Date:
Subject: Re: dangers of setlocale() in backend (was: problem with float8 input format)