Deploy and Debug through Eclipse (mendix modeler 8.5.0)

0
With 7.3 version I am able to debug the java function without any issue. with 8.5.0 am facing issue saying that  Incompatible java version: 1.8.0_131, jvm name: Java HotSpot(TM) 64-Bit Server VM, Java 11 is required previously i ran with 1.8.0_131 as installed JRE  for making JAVA 11 as installed JRE am not able to find executables inside that . Could any give steps to set up eclipse ENV for mendix modeler 8.5.0 eclipse deployable. Issue: I need to debug the java action but not able to debug due to the following issue coming in eclipse not in Mendix Modeler Incompatible java version: 1.8.0_131, JVM name: Java HotSpot(TM) 64-Bit Server VM, Java 11 is required
asked
2 answers
6

As of Mendix 8.0, it requires JDK 11 as listed in requirements here Mendix 8 system requirements. However, it is automatically installed with Mendix Studio Pro.
Please verify if JDK 11 is installed in your system and then in Mendix 8.5, go to Edit –> Preferences and check that correct JDK directory path is specified here (something like JDK 11.* hotspot)

Also see this guide to Debug java actions in Eclipse. Hope it helps.

To configure in Eclipse settings, please see attached picture below. Also this https://docs.mendix.com/refguide/using-eclipse from Mendix documentation

answered
0

http://ftp.jaist.ac.jp/pub/eclipse/technology/epp/downloads/release/2019-12/R/eclipse-committers-2019-12-R-win32-x86_64.zip
is suitable version for Mendix

answered