I can't register Mysql JDBC driver in my desktop APP
I download mysql-connector-java-5.1.16.zip
Unzip mysql-connector-java-5.1.16-bin.jar and put it into lib folder in my app
Add this jar file into Build Path in Eclipse
But Class.forName("com.mysql.jdbc.Driver") throws ClassNotFoundException
Whats wrong?