In my try catch :-
catch (SQLException ex) {
Logger.getLogger(dataprocess.class.getName()).log(Level.SEVERE, null, ex);
}
There is an error in dataprocess..It is underline..I got this code from internet and is there any library to import to re corrct this