<?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: Problem with JDK and JDR in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333898#M102633</link>
    <description>&lt;P&gt;Talend shows the same error.&lt;/P&gt; 
&lt;P&gt;The current configuration is:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Captura6.JPG" style="width: 805px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtH8.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157502iDC1A3D59DE25B18B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtH8.jpg" alt="0683p000009LtH8.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If someone wants, I could upload the project here.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 14:13:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-27T14:13:36Z</dc:date>
    <item>
      <title>Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333893#M102628</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I have a problem executing the tWebService component. Error:&lt;BR /&gt;Exception in component tWebService_1 (Web)&lt;BR /&gt;java.lang.IllegalStateException: No compiler detected, make sure you are running on top of a JDK instead of a JRE.&lt;BR /&gt;I put screenshots of the process and Java configuration.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.talend.com/yutwg22796/attachments/yutwg22796/integrating/18751/1/Captura1.JPG" target="_blank"&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="pro" style="width: 362px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtGi.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137343iF151ED7883212DD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtGi.jpg" alt="0683p000009LtGi.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.talend.com/yutwg22796/attachments/yutwg22796/integrating/18751/1/Captura1.JPG" target="_blank"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="JDK" style="width: 780px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsxA.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131851i316BCA5B2E472C15/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsxA.jpg" alt="0683p000009LsxA.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JDK&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Error" style="width: 648px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtAl.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134036iBD3F63E425372BE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtAl.jpg" alt="0683p000009LtAl.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;I need help please.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333893#M102628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333894#M102629</link>
      <description>&lt;P&gt;The JDK is the Java Development Kit. The JRE is the Java Runtime Environment. You actually get a JRE when you download the JDK. You cannot develop and compile with the JRE, you can only run your precompiled code. As such you need the JDK for your Studio. It is a good idea to ONLY install the JDK across all of your environments as it comes with the JRE anyway.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For more info look here:&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EXfAAM" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/Requiring-a-JDK-installation-to-build-jobs-starting-from-version/ta-p/21492&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333894#M102629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T17:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333895#M102630</link>
      <description>&lt;P&gt;I have the following version of JDK installed:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Captura4.JPG" style="width: 526px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtHW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131579i2BF0F44E2939274B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtHW.jpg" alt="0683p000009LtHW.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and the configuration in Talend is:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Captura5.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtEd.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141651i2D4C90F9F69B9055/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtEd.jpg" alt="0683p000009LtEd.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But the error remains the same.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333895#M102630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T08:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333896#M102631</link>
      <description>No one knows how I can solve this?</description>
      <pubDate>Tue, 27 Mar 2018 12:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333896#M102631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333897#M102632</link>
      <description>&lt;P&gt;Untick the JRE and tick the JDK.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333897#M102632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333898#M102633</link>
      <description>&lt;P&gt;Talend shows the same error.&lt;/P&gt; 
&lt;P&gt;The current configuration is:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Captura6.JPG" style="width: 805px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtH8.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157502iDC1A3D59DE25B18B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtH8.jpg" alt="0683p000009LtH8.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If someone wants, I could upload the project here.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333898#M102633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T14:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333899#M102634</link>
      <description>&lt;P&gt;1) Restarted your Studio?&lt;/P&gt; 
&lt;P&gt;2) Is your PATH variable configured with your JDK's bin folder?&lt;/P&gt; 
&lt;P&gt;3) Do you have more than 1 JDK/JRE configured in your PATH? If so, can you remove any? If not, maybe point to the JDK you want to, following this&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EUAAA2" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/Where-to-define-JAVA-HOME-for-Studio-TAC-JobServer-CommandLine/ta-p/782&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;4) Do you have a JAVA_HOME environment variable configured?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you didn't restart your Studio after making the change I suggested last time, do that first to just check quickly. If that does not fix it, check your environment variables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333899#M102634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333900#M102635</link>
      <description>Thank you very much</description>
      <pubDate>Wed, 28 Mar 2018 11:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333900#M102635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T11:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333901#M102636</link>
      <description>&lt;P&gt;Hi, I have the same problem when I exported my job and I just executed it (.bat).&lt;/P&gt; 
&lt;P&gt;But I don't have problem when i execute it with talend studio.&lt;/P&gt; 
&lt;P&gt;Help me plz.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sans titre.png" style="width: 825px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzqE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131883iFC370C4A896E890F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzqE.png" alt="0683p000009LzqE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 18:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333901#M102636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-09T18:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333902#M102637</link>
      <description>&lt;P&gt;Hello, I have the same problem with JDK JRE using twebservice, however the problem does not arise when I run my job with studio talent.&lt;BR /&gt;The problem when I run the job&amp;nbsp;using .bat file&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="Sans titre.png" style="width: 825px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzpW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138145i75639DA057C73848/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzpW.png" alt="0683p000009LzpW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 09:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333902#M102637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333903#M102638</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please make sure that JDK installation path\bin has been added to the PATH system variable as this twebservice component requires an Oracle JDK to be functional.&lt;/P&gt;
&lt;P&gt;Hope this article will help&lt;/P&gt;
&lt;P&gt;&lt;A title="How do I set or change the PATH system variable? " href="https://java.com/en/download/help/path.xml" target="_self" rel="nofollow noopener noreferrer"&gt;How do I set or change the PATH system variable? &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 09:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333903#M102638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333904#M102639</link>
      <description>&lt;P&gt;Another possible cause/solution -- I was starting my Studio with a different vm than the Java one I was pointing to with my PATH and JAVA_HOME.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My 'Talend-Studio-win-x86_64.ini' file had this as its first two lines:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;-vm&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\Talend\6.5.1\jre1.8.0_131\bin\server\jvm.dll&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My JAVA_HOME was pointing to a different java version:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Java\jdk1.8.0_144&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I removed those first two lines from my .ini file, restarted Studio,&amp;nbsp;and then the job ran fine (in Studio -- haven't tried in other environments yet).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 18:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333904#M102639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T18:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with JDK and JDR</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333905#M102640</link>
      <description>3) link helped me, thanks!</description>
      <pubDate>Thu, 22 Nov 2018 11:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-JDK-and-JDR/m-p/2333905#M102640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-22T11:29:48Z</dc:date>
    </item>
  </channel>
</rss>

