How to add third party libraries (jar files) to a Talend project ?
One more question is, Each Talend component
uses LogFactory
, but in my case it is throwing
java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
at ...
with tSetGlobalVar
component, how can I make use of existing logging library to get rid of this exception?
Just to benefit others, with recent release of Talend, they have removed the User libraries.
We need to use the Modules
to see, download or install new libraries. We can add Modules view by going to Window -> Show view -> Talend -> Modules
. From the Modules
section we can manage all the external libraries.