How do I load a database driver with JDBC 4.0 / Java 6?
Location: http://www.jguru.com/faq/view.jsp?EID=1314613 Created: Sep 30, 2006 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Provided the JAR file containing the driver is properly configured, just place the JAR file in the classpath. That’s it. No need to manually load the class or register the driver.