Eric-
> System.out.println("Driver loaded");
> Connection con = DriverManager.getConnection
>
> ("jdbc:postgresql://pgsql-db.lpdev.prtdev.lexmark.com:5432","db","pw");
It looks like you haven't specified a database in the URL. I would expect to
see a URL that looks more like this:
jdbc:postgresql://pgsql-db.lpdev.prtdev.lexmark.com:5432/database-name
^^^^^^^^^^^
Regards,
-Nick
--------------------------------------------------------------------------
Nick Fankhauser nickf(at)ontko(dot)com Phone 1.765.935.4283 Fax 1.765.962.9788
Ray Ontko & Co. Software Consulting Services http://www.ontko.com/