Hi, I’m using MySQL driver in several projects with Netbeans 11 and I have no problem.
Perhaps you are using Class.forName(“com.mysql.cj.jdbc.Driver”); that is not necessary any more? You only need add the MySQL jar to the libraries of the project. Best, Juan Miguel El 9 jun 2019 2:45 +0200, [email protected], escribió: > I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. in > both 10 & 11. > > I have no trouble connecting through services. > > I have looked everywhere and followed numerous examples and tutorials but to > no avail. > > When I started I had a full head of air, now I’m almost bald. > > HELP > > There are 10 types of people in the world, > those that understand binary and those that don't.
