How to add third party libraries to Talend project?

RP- picture RP- · Jul 2, 2012 · Viewed 46.5k times · Source

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?

Answer

RP- picture RP- · May 5, 2014

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.

install or download the external libraries