java - NoClassDefFoundError on JXDatePicker -


on netbeans, fine, when build project, , execute .jar dist folder, fine. when move .jar , execute; cmd gives me

enter image description here

it points on declaration of jxdatepicker have .jar containing jxdatepicker on library project

enter image description here

please; , thanks

as found out, can happen due problem in runtime. project run fine in compile time error occures in runtime.as said first build , run , worked fine.after moved .jar file , run again.this time jar @ different directory , jvm still looks previous location .if want can reset calsspath this.
for more reference

set classpath=axis.jar;%classpath%; 

hope help!


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -