Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
anoopbhargava
Contributor
Contributor

Missing jar

Hi All,

     I have a project callled Project1, when i buid it i see "NoClassDefFoundError: org/apache/commons/lang3/StringUtils" this error , when checked commons-lang3-3.4.jar was missing from lib folder. But when the same Project is exported and built in another project , i see commons-lang3-3.4.jar pressent in it and it work without error. Can some one help me understand why this is happening ?

Labels (2)
1 Reply
Anonymous
Not applicable

@anoopbhargava  Not sure why you are not able to see jar when u can see it in other projects. 
However, a workaround for this could be to download commons-lang3-3.4.jar from the maven repo site and then load jar in job using use tLibrary Load component at the start of your job.