While trying out JDBC program to connect to PostgreSQL database using eclipse it flagged an error saying
java.sql.SQLException: No suitable driver found
It was suggested to place the PostgreSQL driver jar file on the class path. Now my question is, how to place the file on the classpath?.
I am new to eclipse so it would be better for a detailed explanation.