On Mon, 1 Nov 2004, Ron St-Pierre wrote:
> In jdeveloper I'm trying to create a new database connection
> -> Connection Type: Third Party JDBC Driver
> -> username: postgres pasword: mypassword
> -> Driver Class: org.postgresql.Driver
> -> Classpath: c:\pg74.215.jdbc2.jar
> -> Source Path: c:\pg74.215.jdbc2.jar
> and then I run Test Connection:
> java.lang.NullPointerException
Do you have the stacktrace in addition to the message?
Did you give it a postgresql URL ?
Kris Jurka