Mahesh - 2012-11-24

Hi…
I have developed my application in netbeans and used Jchart2D in my application and also created jar file of my application and it's work well but problem is that when i have created exe file of generated jar file than following error related to jchart2D has been occurred. Error is:

java.lang.NoClassDefFoundError: info/monitorenter/gui/chart/IRangePolicy
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethod(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: info.monitorenter.gui.chart.IRangePolicy
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 5 more

I dont know what happen exact … please help me