Re: ClassNotFoundException

Поиск
Список
Период
Сортировка
Искать

Re: ClassNotFoundException

От:
"Byron Nikolaidis" <byron.nikolaidis@home.com>
Дата:
 
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();
 
 

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