Check the following things:-
Add the jar file in the reference libraries.
Add the java extension pack.
Try to use "com.mysql.cj.jdbc.Driver" interchangablly with "com.mysql.jdbc.Driver".
Try to run the code provided on the above of main() method.
Hope this answer would have solved your problem.😊