| Author |
Getting an Exception wile accessing data
|
Jay Shukla
Ranch Hand
Joined: Jun 08, 2008
Posts: 214
|
|
Hi I'm just trying to access data for testing purpose only.
For this i have created mysql data "test" and created a table "country" (srno, countryname).
I have created following java class and trying to pull filed values from above table country.
ShowParameters.java
But i'm getting following Exception.
I'm using NetBeans 6.1 to create mysql database and java class.
Could anyone please tell me what is going wrong in above source code.
Thanks in Advance.
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16815
|
|
The mysql (jdbc driver) jar file is not in your class path. You need to configure netbeans to include it.
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Jay Shukla
Ranch Hand
Joined: Jun 08, 2008
Posts: 214
|
|
Hi Henry,
Thanks a lot for reply. Could you let me the exact name of the jar so that i can add it.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
http://dev.mysql.com/downloads/connector/j/5.1.html
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
|
Maybe late, but this would sit better on our databases forum. Moving.
|
 |
 |
|
|
subject: Getting an Exception wile accessing data
|
|
|