public class ReportView extends JFrame { Connection con=null; void showReport() throws SQLException, ClassNotFoundException, JRException { con=DriverManag
Did you add Postgresql driver to your classpath?
http://jdbc.postgresql.org/