Basically Class.forName("com.mysql.jdbc.Driver") will try to find the class mentioned as a string and load it into memory.
So you need to download mysql-connector-java-5.1.6-bin.jar and add into...