database connection
Hi all,
I have a little code that connects to mysql database.
My program just runs fine and gets connected to database, but when I make a jar file for that class, it shows me 'class not found exception for jdbc driver'. I have placed mysql-connector-java-3.0.16-ga-bin in jre/lib/ext folder.
Appreciate any suggesstions..................
Thank you...........

