cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to import org.activiti package in project

yves_delvaux
Champ in-the-making
Champ in-the-making
Hi,

We would like to use Activity Designer on our project. But we have a problem to create custom Service Task.

We need to extend from AbstractCustomServiceTask class. But we can't import org.activiti package because we don't have the jars in the classpath.

We have made a simple project Activiti from the Activiti Designer Eclipse plugin and we don't have done anything else.

For information, we have the "Activiti Designer Extensions" in the classpath but no jars inside.

Thank you for your help !

Yves
1 REPLY 1

hari
Star Contributor
Star Contributor
Hi,
You can do one of the two steps mentioned below,
1) Add the activiti engine dependencies to your pom file or
2) Add all the activiti related jar files to your class path.