I have created a Activiti Project in eclipse using ecplise Activiti plugin.
I deploy the bar file and jar file.I deployed the jar file in webapps/activiti-explorer/WEBINF/lib.
My process have service task and that service task had a listener class.
If I start process from Activiti-Explorer ,its start sucessfully .
But if I going to start the process using java code it always shows
ActivitiClassLoadingException: Class not Found
why activiti always looking for that class in same package from where I am trying to start the process.
please help.