Salesforce Connector Java Compilation Error

0
I keep getting the following java compilation error when I try to run my app locally with the salesforce connector module imported. I have checked for all old jar files, none exist. Also made sure I have all the required dependencies. Could you guide me on how to resolve this java compilation error. Thank you
asked
2 answers
0

Hi Joe,

Create Another blank app and import salesforce connector and run the app if it runs successfully, then try to compare jars from this new app and old app.

it must be having issue of some duplicate jars or old jars.

Good luck! 

answered
0

What version of Mendix are you using? I see you have listed 9.24.3. The latest version of the SalesForce Connector (v7) needs 9.24.14. Could you try a blank project with the latest version of Mendix 9.24 and the latest version of the SalesForce Connector?

 

Good luck!

answered