Run/Debug in Eclipse

0
I want to run my mendix application in Eclipse for debugging Java Action but got following errors: [rtlauncher:container$] INFO Container start took 12. Ready to accept admin requests. Mendix Runtime launcher failed to start. For more information set 'MX_LOG_LEVEL' to 'i' (info) or 'v' (verbose) and try again. [rtlauncher:main$] ERROR Unknown Java version format: 11 java.lang.RuntimeException: Unknown Java version format: 11   I am using java jdk-11 (openjdk-windows-11+28) Please Help.
asked
1 answers
1

You may find it easier to setup Remote Java Debugging, so you attach the Java debugger to the running Mendix application rather than try to launch in directly from Eclipse. This is the approach I take when debugging Java actions.

Instructions on how to do this can be found on the following page.

https://docs.mendix.com/howto/monitoring-troubleshooting/debug-java-actions-remotely/

Hope this helps.

answered