hi have application build through jenkins maven , having issues particular class. class external class imported use in project.
the project builds , fine in ide on run time
caused by: java.lang.noclassdeffounderror: not initialize class
when trys run method class. i've checked , jar class resides in on classpath. it's added dependency in pom.
i noticed on build output there lot of
class 'xxxxx' not accessible through classloader.
what causing this? i'm lost. appreciated
Comments
Post a Comment