I have some code that i am using to connect to a database. The first couple of times i started the applet i was getting ClassNotfoundExceptions. I changed some suff in the autoexec.bat file but now it's changed to no suitable driver. Here's what i am using to create a new instance of the driver.
Code:Class.forName("com.mysql.jdbc.Driver");
