I see error Driver class not found

Post Reply
carl9349037
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?
User avatar
neil.walsh
Posts: 445
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
Post Reply