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?
