ClassNotFound exception in Eclipse 3.0 using mysql jdbc driver
I am having trouble connecting to my mysql database. The code seems to be failing on Class.forName("com.mysql.jdbc.Driver").newInstance();
and gives a ClassNotFound exception.
I added the driver to my project as one as the libraries to include -- Why can't it find it?

