Hi i am getting too many errors on java files when i import the Activiti 5.9 source into eclipse. Seems like some kind of build path problem. There are 2 kinds of issues i can see
1. The import org.springframework cannot be resolved
Although i can see the spring jar added as Maven dependency in the project structure in eclipse. Why the eclipse is unable to identify the spring JAR. And there is no read error while reading this library i could open the jar with winRAR and see all the files intact.
2. The hierarchy of the type <SOME CLASS> is inconsistent
There are several such errors. If required i can paste a small screenshot of the project in eclipse. What could be the issue ?