ClassNotFoundException

From: "Sean Weissensee" <seanweis(at)bigpond(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: ClassNotFoundException
Date: 2000-08-12 16:51:00
Message-ID: 003e01c0047d$8129d780$0501a8c0@Mobile
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Why do I get this above error in my jsp page

here is the connection code

<%(at)page language="java" import="java.sql.*"%>
<%
Driver DriverRecordset1 = (Driver)Class.forName("PostgreSQL.Driver").newInstance();


Responses

Browse pgsql-general by date

  From Date Subject
Next Message Louis-David Mitterrand 2000-08-12 16:51:06 dangers of setlocale() in backend (was: problem with float8 input format)
Previous Message Tom Lane 2000-08-12 16:41:10 Re: problem with float8 input format