Page 1 of 1

I see error Driver class not found

Posted: 09 May 2022, 16:47
by carl9349037
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?

Re: I see error Driver class not found

Posted: 20 May 2022, 16:13
by neil.walsh
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