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();