Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I'm using Talend Open Studio for Data Integration version 5.5.1 in my ETL project. Here I have routine which is using an API developed by myself and that API is using some external jars. That API has been exported as a jar file and add as an external lib to the routine. But when I'm running the build job suing .bat file I'm getting NoClassDefFound exception from the class of the API. That is because it cannot resolve the external jars using in that class.
If I manually add those external jars to the lib folder and manually edit the classpath of the .bat script it works. Is there any way to resolve this issue rather manually editing the .bat file? Is it possible to include those external jars so that they will be automatically picked up in building the job and classpath is also generated accordingly?
Thanks and Regards,
Asanka.