I get the following error when attempting to connect to the MySQL database on my employer's local server:
Unable to load database driver Details : java.lang.ClassNotFoundException: com.mysql.jdbc.Driver BUILD SUCCESSFUL (total time: 0 seconds)
I think it's pretty clear that this is because I don't have my files set up properly. Only problem is, I don't know what I need, and where it needs to go. Is the Driver a .class file? Where can I download it? Where in my filesystem (ubuntu, fwiw) do I put the file so that "Class.forName("com.mysql.jdbc.Driver").newInstance();" works?
Thanks for all your help, m8s.