I put the driver in the lib\ext\ folder, no luck - class not found when trying to get the class.
I try setting the class path to the jar - ditto
I try setting it to the folders - same.
This is begining to suck.
Code:
Class.forName("com.mysql.jdbc.Driver");
System.out.println("Loaded driver");
It never prints that statement, always throws exception.
Thanks
I try setting the class path to the jar - ditto
I try setting it to the folders - same.
This is begining to suck.
Code:
Class.forName("com.mysql.jdbc.Driver");
System.out.println("Loaded driver");
It never prints that statement, always throws exception.
Thanks