DataBase connection

0
Hello, I am new in Mendix, and currently doing database connection first time, I am using MySql database, and java version is Jdk11.0.3, still while running my project I am getting the error below Can some one help me with this? Thanks in advance. Regards, Nasreen Shaikh
asked
3 answers
0

It looks like you have Java 12 (or above) installed (or code compiled on this version), but Mendix runs on Java 11.

Moving your development environment down to Java 11 will fix this.

Hope this helps.

answered
0

The error claims the SQLserver library version you are using was compiled with Java 12. So your runtime Java must be 12 or newer.

Or get a different version of SQL server library.

answered
0

Hello ,

 

I am attaching the user lib and version screen shot, kindly have a look , thanks in advance

 

Regards,

Nasreen

answered