cancel
Showing results for 
Search instead for 
Did you mean: 

use eclipse activiti designer

ahoussam1
Champ in-the-making
Champ in-the-making
hi
In eclipse Eclipse IDE for Java Developers

Version: Indigo Service Release 2
Build id: 20120216-1857
after installed activiti designer and after the successful update, restart Eclipse
I use it to create and edit PBMN diagram
Icreate simple diagram (LaptopOrdering-HumanProcess) and create test
It is a wonderful and easy tool ..!
but eclipse Always gives an error with java (ProcessTestLaptopOrderinProcess.java) as follows
The project was not built since its build path is incomplete. Cannot find the class file for java.util.Map$Entry. Fix the build path then try building this project   LaptopOrdering-HumanProcess   

Are you helping to correct it

thanks to all
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
This seems to be a project settings problem … not an Activiti problem. Seems you did not add a Java JDK to your project (add it in the Build Path settings)

ahoussam1
Champ in-the-making
Champ in-the-making
Hi
Thank you for your help
i found that the problem : use JDK1.8
When the compiler changed to compliance level 1.6 removed errors
thanks to help me