I see error Driver class not found
-
- Posts: 8
- Joined: 05 May 2022, 21:59
I am using Windows 2022; I finished the install. However, when I go to create a new project, I see error Driver class not found. What am I missing?
- neil.walsh
- Posts: 474
- Joined: 16 Feb 2009, 13:45
- Contact:
Hi,
Could you try changing the JDBC class drive name
From: com.mysql.jdbc.Driver
To: com.mysql.cj.jdbc.Driver
Recent versions of the JDBC driver use a different name for the driver
https://dev.mysql.com/doc/connector-j/8 ... anges.html
Let me know how you get on with this
Best regards
Neil
Could you try changing the JDBC class drive name
From: com.mysql.jdbc.Driver
To: com.mysql.cj.jdbc.Driver
Recent versions of the JDBC driver use a different name for the driver
https://dev.mysql.com/doc/connector-j/8 ... anges.html
Let me know how you get on with this
Best regards
Neil