Re: ClassNotFoundException
Re: ClassNotFoundException
От:
"Byron Nikolaidis" <byron.nikolaidis@home.com>
Дата:
I think its "org.postgresql.Driver"
Byron
----- Original Message -----From: Sean WeissenseeSent: Saturday, August 12, 2000 12:51 PMSubject: [GENERAL] ClassNotFoundExceptionWhy do I get this above error in my jsp pagehere is the connection code<%@page language="java" import="java.sql.*"%>
<%
Driver DriverRecordset1 = (Driver)Class.forName("PostgreSQL.Driver").newInstance();
ClassNotFoundException
От:
"Sean Weissensee" <seanweis@bigpond.com>
Дата:
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();
<%
Driver DriverRecordset1 = (Driver)Class.forName("PostgreSQL.Driver").newInstance();