cancel
Showing results for 
Search instead for 
Did you mean: 

Errors while importing Activiti Source

shukla_raghav
Champ in-the-making
Champ in-the-making
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 ?
1 REPLY 1

shukla_raghav
Champ in-the-making
Champ in-the-making
I removed all the dependency issues and then removed all the projects and re-imported them again and the errors were gone  Smiley Happy