Database Connector Integration Issue

0
Hi Team, I’m new in Mendix world. I have tried to integrate databae connector in mendix application and found the following error: java.lang.UnsupportedClassVersionError: com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 Mendix version on my application is built is 7.23.6. I don’t know where I need to change the version.   Please help me.
asked
2 answers
0

We have had exactly the same problem, we resolved this by using version 4.1 of the Microsoft JDBC Driver for SQL server , i think you are using an upper version of JDBC driver for SQL Server kindly use 4.1 version of JDBC driver , that will solve your error.

answered
0

Hi Rafaqat,

were you able to solve this issue? I am also getting same error.

answered