package jdbc_insert;
public class InsertDemo {
public static void main(String[] args) throws Exception {
Class.forName("com.mysql.cj.jdbc.Driver");
}
}
I deleted the project and create one new project, I also tried a different versions of connector.
New contributor
Roshan Kolamkar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4