How do I load a database driver with JDBC 4.0 / Java 6?
Created Sep 30, 2006
John Zukowski 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.