<?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: Talend tJava Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494536#M141567</link>
    <description>&lt;P&gt;Another thing to check is whether the version of the jar file is compatible with the current version of JAVA being used.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 03:06:16 GMT</pubDate>
    <dc:creator>Shicong_Hong</dc:creator>
    <dc:date>2024-11-26T03:06:16Z</dc:date>
    <item>
      <title>Talend tJava Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494331#M141551</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;i'm trying to run&amp;nbsp;attached java code. Project settings Pom file is at attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;i am getting the following error when i run "basic run":&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Error: Unable to initialize main class dq_poc.boldtest_0_1.boldtest &lt;/SPAN&gt;&lt;SPAN&gt;Caused by: java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Font&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'courier'; font-size: 8pt; white-space: pre-wrap;"&gt;
&lt;P style="margin: 0;"&gt;&lt;STRONG&gt;i am getting the following error when i run "debug run":&lt;/STRONG&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YunusEmre_0-1732483210875.png" style="width: 660px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174807i45F24B9EB0000FC9/image-dimensions/660x132?v=v2" width="660" height="132" role="button" title="YunusEmre_0-1732483210875.png" alt="YunusEmre_0-1732483210875.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'courier'; font-size: 8pt; white-space: pre-wrap;"&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;what am i missing? do you have any idea?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Nov 2024 21:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494331#M141551</guid>
      <dc:creator>YunusEmre</dc:creator>
      <dc:date>2024-11-24T21:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tJava Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494365#M141554</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Make sure to import the necessary jar file into the job. Within the job, utilize the tLibraraLoad component to load the jar. If you're writing Java code in a user routine, simply right-click on the routine and choose 'Edit Routine Jar Libraries' to add the required jars.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Shicong&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 08:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494365#M141554</guid>
      <dc:creator>Shicong_Hong</dc:creator>
      <dc:date>2024-11-25T08:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tJava Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494400#M141557</link>
      <description>&lt;P&gt;thanks your reply. I'm not writing code in a user routine, i am trying run my code in tjava component.&lt;/P&gt;
&lt;P&gt;I think that i imported jar files correctly because i can see dependecies in the java build path. I have checked also their versions they are correct too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YunusEmre_0-1732530509521.png" style="width: 521px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174809i588F5ED40EAB730C/image-dimensions/521x327?v=v2" width="521" height="327" role="button" title="YunusEmre_0-1732530509521.png" alt="YunusEmre_0-1732530509521.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 10:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494400#M141557</guid>
      <dc:creator>YunusEmre</dc:creator>
      <dc:date>2024-11-25T10:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tJava Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494536#M141567</link>
      <description>&lt;P&gt;Another thing to check is whether the version of the jar file is compatible with the current version of JAVA being used.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 03:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2494536#M141567</guid>
      <dc:creator>Shicong_Hong</dc:creator>
      <dc:date>2024-11-26T03:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend tJava Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2495790#M141596</link>
      <description>&lt;P&gt;I've added libraries to project settings. Should i also add its to job with&amp;nbsp;&lt;SPAN&gt;tLibraraLoad?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 11:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tJava-Error/m-p/2495790#M141596</guid>
      <dc:creator>YunusEmre</dc:creator>
      <dc:date>2024-12-03T11:53:25Z</dc:date>
    </item>
  </channel>
</rss>

