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(); |
- Re: [GENERAL] ClassNotFoundException Sean Weissensee
- Re: [GENERAL] ClassNotFoundException Byron Nikolaidis