Quoting "B.N.V. Raman" <[EMAIL PROTECTED]>:

> I tried both methods:
> 
> 1. Class.forName("postgresql.Driver"); (in the code)

7.0 and later it's "org.postgresql.Driver"

> 2. omitting the above code and trying: java
> -Djdbc.drivers=postgresql.jar

Nope, -Djdbc.drivers=org.postgresql.Driver

Peter

-- 
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to