<?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: using org.apache.commons.codec.binary.Base64 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260150#M41381</link>
    <description>hi&lt;BR /&gt;Did you tried to add libraries thanks "preferences" !?</description>
    <pubDate>Fri, 03 Oct 2008 22:23:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-10-03T22:23:15Z</dc:date>
    <item>
      <title>using org.apache.commons.codec.binary.Base64</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260149#M41380</link>
      <description>Hi there,
&lt;BR /&gt;I am using OpenStudio 3.0.0M3 and facing a roblem with the commons codec Base64 encoder. I can't even use the encoder to be precise.
&lt;BR /&gt;The class is part of the org.apache.commons.codec.binary inside the commons-codec-1.3.jar which is inside the ./lib/java folder. So I thought its already in the classpath and the only thing to do in my tJavaRow is to add the "import org.apache.commons.codec.binary.Base64" statement.
&lt;BR /&gt;Sadly, this is not working. As I try to run the job I get an "java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64" exception.
&lt;BR /&gt;I am accessing the class like "Base64.encodeBase64(something)" in my tJavaRow.
&lt;BR /&gt;Could you please give me advise how to use this class?
&lt;BR /&gt;Greetings,
&lt;BR /&gt;Maximilian</description>
      <pubDate>Sat, 16 Nov 2024 14:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260149#M41380</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: using org.apache.commons.codec.binary.Base64</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260150#M41381</link>
      <description>hi&lt;BR /&gt;Did you tried to add libraries thanks "preferences" !?</description>
      <pubDate>Fri, 03 Oct 2008 22:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260150#M41381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-03T22:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: using org.apache.commons.codec.binary.Base64</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260151#M41382</link>
      <description>HI 
&lt;BR /&gt;This problem is very similar to what I faced with Apache modules. 
&lt;BR /&gt;Pls refere to this post. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmoVCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/org-talend-designer-components-commons-cannot-be-resolved-to-a/td-p/85470&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Do let me knw if it worked for you. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Surya</description>
      <pubDate>Sun, 05 Oct 2008 06:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260151#M41382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-05T06:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: using org.apache.commons.codec.binary.Base64</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260152#M41383</link>
      <description>For me the solution with tLibraryLoad worked!&lt;BR /&gt;Thankyou very much!&lt;BR /&gt;Anyway maybe in the meanwhile something better has been implemented?&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 02 Sep 2011 15:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260152#M41383</guid>
      <dc:creator>bluishjoe</dc:creator>
      <dc:date>2011-09-02T15:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: using org.apache.commons.codec.binary.Base64</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260153#M41384</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;For me the solution with tLibraryLoad worked!&lt;BR /&gt;Thankyou very much!&lt;BR /&gt;Anyway maybe in the meanwhile something better has been implemented?&lt;BR /&gt;Thanks&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;There are two ways to import and use a external jar. 
&lt;BR /&gt;- Use tLibraryLoad to load the jar in the job.
&lt;BR /&gt;- Create a custom routine, import the jar in the routine and then call the routine in the job.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 05 Sep 2011 03:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-org-apache-commons-codec-binary-Base64/m-p/2260153#M41384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-05T03:07:20Z</dc:date>
    </item>
  </channel>
</rss>

