Menu

#48 Problem when running the jar

latest_release
open
nobody
None
1
2014-10-17
2014-10-17
Anonymous
No

I have downloaded the src code of the BPMN editor (2.2.18). Ihave changed some stuff in order to fit the editor for my problem. I only added some UIs and few small things as well as disabled som menus (that for my problem don't make sense). If I try to run the editor from netbeans I have no problem. However, if I want to integrate the jar in another application I receive the following error:

Caused by: java.lang.ClassNotFoundException: com.mxgraph.util.mxEventSource$mxIEventListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

I believe that is a problem of jdk, I am testing with 8and 7 and the problem is the same.

Do you have any suggestion?

BR,

Giovanni

Discussion

Anonymous
Anonymous

Add attachments
Cancel