com.mysql.jdbc.Driver what to do?
I am getting this when i try to launch our java server: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver But i have the mysql-connector-java-5.1.22-bin.jar in the same folder where the script is, and making this when i run the script: java -cp mysql-connector-java-5.1.22-bin.jar -jar AvatarServer.jar But still getting this. What to do? I am using af CentOS server. root@host [/home/nagoom/Server_Example]# java -cp mysql-connector-java-5.1.22-bin.jar -jar AvatarServer.jar ************************ ** FIRING UP SERVER! ** ************************ Running MySQLChatMessageSaver java.lang