You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have tried the bank management system mini project. this project runs smoothly but it doesnot execute it. while giving the values it does not accept it. and I cannot get the output. .PLEASE Solve this issues.
The text was updated successfully, but these errors were encountered:
Check the mysql jar versions present in the project and mysql database application that you are using.
If they don't match then delete the old versions of mysql jars present in lib, dist/lib and download the mysqlconnector/j jar and upload them.
Also add the jar while building in the classpath.
In dbconnection change the username and password according to your mysql database credentials.
Changed to com.mysql.cj.jdbc.Driver in forname argument.
In AccountHolderSceneController.java file, in the addcustomer method I have added Id variable in the query statement as it is throwing error while executing the form.
I would have tried the bank management system mini project. this project runs smoothly but it doesnot execute it. while giving the values it does not accept it. and I cannot get the output. .PLEASE Solve this issues.
The text was updated successfully, but these errors were encountered: