<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Jar file integration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238786#M26792</link>
    <description>&lt;P&gt;Hi Vamsi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Hope you are doing great.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I could see that you are trying to create the functionality through routine.&amp;nbsp;Could you please check whether you are able to call the routine correctly and get the results? The below link has details about how to add JARs to routine with example scenario.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EozAAE#toc-hId-1939355356" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Introduction-to-Talend-and-Amazon-Real-Time-Machine-Learning/ta-p/130295#toc-hId-1939355356&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
    <pubDate>Mon, 12 Nov 2018 12:55:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-12T12:55:38Z</dc:date>
    <item>
      <title>Jar file integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238783#M26789</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am&amp;nbsp;unable to refer 3rd party JAR into Talend Job. Getting below error:&lt;/P&gt;
&lt;P&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError:&lt;/P&gt;
&lt;P&gt;Please advise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 06:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238783#M26789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T06:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Jar file integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238784#M26790</link>
      <description>&lt;P&gt;Hi mywipro,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Could you please share the job detail screen shots so taht we will get better understanding of your use case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I hope you are trying to use tlibraryload component to add the Jar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 08:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238784#M26790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Jar file integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238785#M26791</link>
      <description>&lt;P&gt;Hi Nikhil&lt;/P&gt; 
&lt;P&gt;Thanks for your quick response. We tried with and without tLibraryLoad. Also this job is running from Linux as the Jar is available only on Linux which was exposed as environment variable. We built the code from studio and executed job.sh from Lunix. Moreover, a plain java program works fine without any issue but only problem with talend job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;vamsi&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lu7E"&gt;Job.docx&lt;/A&gt;</description>
      <pubDate>Mon, 12 Nov 2018 09:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238785#M26791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T09:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Jar file integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238786#M26792</link>
      <description>&lt;P&gt;Hi Vamsi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Hope you are doing great.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I could see that you are trying to create the functionality through routine.&amp;nbsp;Could you please check whether you are able to call the routine correctly and get the results? The below link has details about how to add JARs to routine with example scenario.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EozAAE#toc-hId-1939355356" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Introduction-to-Talend-and-Amazon-Real-Time-Machine-Learning/ta-p/130295#toc-hId-1939355356&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 12:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Jar-file-integration/m-p/2238786#M26792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T12:55:38Z</dc:date>
    </item>
  </channel>
</rss>

