Eclipse setup with Mendix

0
Hi, I have been trying so long to setup Mendix project in eclipse for Java actions debugging. can anyone give me detail description to accomplish it ? Best,
asked
2 answers
1

Hi Mohit, 

For debugging java actions, you must start the application from Eclipse in debugging mode and you can set the debug points in your java actions. 

Refer: https://docs.mendix.com/howto6/debug-java-actions

Regards,

Nirmalkumar

answered
0

Hi Mohit,

Go to the Project tab in Mendix Modeller and click on Deploy for Eclipse. If it is error free the project will be deployed successfully. Then open Eclipse and on the Project Explorer tab on the right, right click and import project. Here select existing project and navigate to your Mendix project to select it. Once this is done you can add custom java actions.

Use this tutorial for more detail on how to do that:

https://docs.mendix.com/howto/logic-business-rules/extending-your-application-with-custom-java

 

If you get an error saying java compilation failed in mendix, just go to project and click clean deployment directory.

Hope this helps :)

Regards,

Anirudh

answered