Java action implementation in eclipse

0
Hi Everyone, I wanted to explore a bit on java actions in mendix and i did follow steps like creating java actions in my module and then doing deploy for eclipse which was done on studio. after that when I am importing the project in to my eclipse it gives me error saying "The hierarchy of the type *** is inconsistent” and also  “Cannot find the class file for com.mendix.core.actionmanagement.CoreAction” . i have tried to import all java libs from bundles  but it still not able to build the project. any pointer regarding this (eclipse older version or java version ?) ?    thanks
asked
1 answers
2

Hi,

Try to reinstall everything related to java and deploy to eclipse freshly from modeler.

answered