1
edit
Changes
→JDBC
# JDBC Driver @ http://en.wikipedia.org/wiki/JDBC_driver
# Drivers table http://devapp.sun.com/product/jdbc/drivers
# [http://jdbc.postgresql.org/documentation/docs.html PostgreSQL JDBC]
To make sure that the Driver class passes through the class loader, you can do a lookup by class name, as shown in the Java code snippet in this example.
<code> try {