Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
@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.