<?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: Plugin doesn't show up in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346264#M113683</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just to be sure: If I use&amp;nbsp;&lt;SPAN&gt;tLibraryLoad it will load my jar and make it usable within the job?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a difference between including my jar with&amp;nbsp;tLibraryLoad or writing a component that does the same?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 11:04:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-18T11:04:08Z</dc:date>
    <item>
      <title>Plugin doesn't show up</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346260#M113679</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty new to TOS and have a few problems.&lt;/P&gt;&lt;P&gt;I have written a plugin and copied the JAR the the folder plugins. Now I have the question how can I find this plugin?&lt;/P&gt;&lt;P&gt;Another question is if I can write a component writing java and not javajet (I need to use java references).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 16:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346260#M113679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-17T16:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin doesn't show up</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346261#M113680</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Are you installing a custom component into your studio?&lt;/P&gt; 
&lt;P&gt;If so, have you already checked documents about:&lt;A title="TalendHelpCenter:How to create a custom component" href="https://help.talend.com/reader/QDC7DnW3S_chYXXornFuGw/3QRqVgh0vXKx3BPeUidHZw" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to create a custom component&lt;/A&gt; and &lt;A title="TalendHelpCenter:Installing a custom component" href="https://help.talend.com/reader/Jkvp187bw8jcmAsfn~skJQ/MUwk3e4kaqATWxjH~quy9A" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing a custom component&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if it is what you are looking for.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 06:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346261#M113680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin doesn't show up</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346262#M113681</link>
      <description>&lt;P&gt;Tanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a look at your links and think they might help.&lt;/P&gt;&lt;P&gt;I got this links&amp;nbsp;&lt;A href="http://community.jaspersoft.com/wiki/jaspersoft-etl-plugin-create-talend-plugin" target="_blank" rel="nofollow noopener noreferrer"&gt;http://community.jaspersoft.com/wiki/jaspersoft-etl-plugin-create-talend-plugin&lt;/A&gt; from my mentor and packed the project with maven so I get the jar. But I am facing problems with using the jar/component in TOS..&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346262#M113681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin doesn't show up</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346263#M113682</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Usually, there are two ways for you to export the external jar files:&lt;BR /&gt; 1)Using tLibraryload component to load the jar file at the beginning of job. for example:&lt;BR /&gt; tLibraryLoad&lt;BR /&gt; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt; tJava(on tJava, use the external API)&lt;BR /&gt; &lt;BR /&gt; 2)Creating custom routine, import the external jar file by clicking on the rouinte name and edting the routine libraries, and then call this routine in the job.&lt;/P&gt;
&lt;P&gt;Let us know if it is Ok with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 10:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346263#M113682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin doesn't show up</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346264#M113683</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just to be sure: If I use&amp;nbsp;&lt;SPAN&gt;tLibraryLoad it will load my jar and make it usable within the job?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a difference between including my jar with&amp;nbsp;tLibraryLoad or writing a component that does the same?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 11:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346264#M113683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T11:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin doesn't show up</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346265#M113684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LMKfAAO"&gt;@miriull&lt;/A&gt; wrote:
 &lt;BR /&gt; 
 &lt;P&gt;Hey,&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;just to be sure: If I use&amp;nbsp;&lt;SPAN&gt;tLibraryLoad it will load my jar and make it usable within the job?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;P&gt;&lt;SPAN&gt;Is there a difference between including my jar with&amp;nbsp;tLibraryLoad or writing a component that does the same?&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Do you mean the difference between using &lt;SPAN&gt;tLibraryLoad or writing a custom routine?&amp;nbsp; tLibraryLoad is a component which &lt;/SPAN&gt;allows you to load useable Java libraries in a Job. And r&lt;SPAN&gt;outines are fairly complex Java functions, generally used to factorize code,obviously.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 05:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Plugin-doesn-t-show-up/m-p/2346265#M113684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T05:17:19Z</dc:date>
    </item>
  </channel>
</rss>

