views:

570

answers:

2

Title says it all: Which JDBC jar should I use with java 1.5.0_16 and PostgreSQL 8.3.5?

+1  A: 

Are you having an issue with the standard postgresql JDBC driver? I'm not using it right now, but I have in the past and it worked fine: http://jdbc.postgresql.org/

GaryF
+1  A: 

jdbc4 can only be used with java 1.6+ so you'll want 8.3-XYZ.jdbc3.