cancel
Showing results for 
Search instead for 
Did you mean: 

My first application in activiti and i am getting error please help me to find out the solution

ashishactiviti
Champ in-the-making
Champ in-the-making
hi,
I am using eclipse for activiti. i have create a simple application and its not working. process that i have follow like-

create activity project-convert to maven-create activity diagram-generate unit then ProcessTestMyProcess class created- junittest.

error shows like

Class not found org.activiti.designer.test.ProcessTestMyProcess
java.lang.ClassNotFoundException: org.activiti.designer.test.ProcessTestMyProcess
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClass(RemoteTestRunner.java:688)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClasses(RemoteTestRunner.java:421)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:444)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:678)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
3 REPLIES 3

ashishactiviti
Champ in-the-making
Champ in-the-making
how to solve it

jbarrez
Star Contributor
Star Contributor
The exception seems to indicate an Eclipse/classpath setup issue … hasn't got anything to do with Activiti.

jsalvador
Champ in-the-making
Champ in-the-making
You are getting a Java error, not an Activiti error.
<java>java.lang.ClassNotFoundException: org.activiti.designer.test.ProcessTestMyProcess</java>
ClassNotFoundException means there is a referenced class that isn't into the libraries folder. Check if you're properly import all the libraries into your Eclipse's workspace, and you have properly installed Activiti Designer plugins.