Hi there ,
here is a good video showing you how to connect Netbean to mysql
DB :
http://www.youtube.com/watch?v=Q6VZIyYUyQg
Hope it helps.
Good luck.
M
--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to
Hi,
Thank you,
I added the line
Class.forName("com.mysql.jdbc.Driver");
bt I know get a stack exception saying
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
any idears?
-Ted
On Dec 7, 10:58 pm, Kamal Chandana Mettananda
wrote:
> It seems you haven't loaded the driver from your class.