Hello to all,
I'm new in using JDeveloper. For my tutorials I would like to use PostgreSQL as database, but I'm having some trouble in obtainig the connection.
As there is no PostgreSQL JDBC in the possible choiche for the connection, I use a generic JDBC. Basically I tried to follow this example for a connection with a Derby DB:
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html
I don't get the message "succed" at the end when click on "test connection" thougt. Instead I have the message "Test failed: Driver class not found. Verify the Driver location"

Anyone can help me?
Thanks in advance
Guido