Cant debug java action through eclipse ide

0
Importing project in eclipse and deploy for eclipse are already done. What i’ve done after it is just click the debug button. But it can’t find Main class. Which class is a Main class?  
asked
1 answers
0

It should be com.mendix.container.boot.Main. 

If you’ve not seen it yet, the documentation tells you how to setup Eclipse to run and test a Mendix application.

https://docs.mendix.com/refguide/using-eclipse/#5-launching-a-mendix-app

Good luck!

answered