<?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: ProcessorException: Routines &amp;quot;TalendDate&amp;quot; has compile errors in compatibility mode with java 7 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304917#M76639</link>
    <description>&lt;P&gt;Is the Studio process itself running in java 8 or 7?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change which JVM the Studio uses by editing a shortcut to the executable.&amp;nbsp; This is what I have to force Studio to use Java 8 because I also have 7 installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Talend-Studio-win-x86_64 -vm "C:\Program Files\Java\jre1.8.0_162\bin" -vmargs -Xms1024m -Xmx4096m -XX:MaxPermSize=512m&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 21:08:10 GMT</pubDate>
    <dc:creator>nfz11</dc:creator>
    <dc:date>2019-05-13T21:08:10Z</dc:date>
    <item>
      <title>ProcessorException: Routines "TalendDate" has compile errors in compatibility mode with java 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304916#M76638</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I'm trying to compile a Spark batch job, with compatibility with Java 7, because the cloudera cluster we are using has only java 7 installed (and I can not update it).&lt;/P&gt; 
&lt;P&gt;The error I get is:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;org.talend.designer.runprocess.ProcessorException: Routines "TalendDate" has compile errors&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Error Line: 298&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Detail Message: Lambda expressions are allowed only at source level 1.8 or above&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The Talend process is a simple read a line from hive -&amp;gt; show the result.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I already tried to uninstall all java versions I had in the system and installed only the last version of jdk 8.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;These are my current compiler settings: (Talend Data fabric version 7.1)&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="Cattura.PNG" style="width: 661px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4Yy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144169i54FC532CC02639C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4Yy.png" alt="0683p000009M4Yy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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="capp2.PNG" style="width: 494px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4VH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157682i910033CCFFF8F80A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4VH.png" alt="0683p000009M4VH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any suggestions?&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304916#M76638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: ProcessorException: Routines "TalendDate" has compile errors in compatibility mode with java 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304917#M76639</link>
      <description>&lt;P&gt;Is the Studio process itself running in java 8 or 7?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change which JVM the Studio uses by editing a shortcut to the executable.&amp;nbsp; This is what I have to force Studio to use Java 8 because I also have 7 installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Talend-Studio-win-x86_64 -vm "C:\Program Files\Java\jre1.8.0_162\bin" -vmargs -Xms1024m -Xmx4096m -XX:MaxPermSize=512m&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 21:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304917#M76639</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-05-13T21:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: ProcessorException: Routines "TalendDate" has compile errors in compatibility mode with java 7</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304918#M76640</link>
      <description>&lt;P&gt;Really thanks for the answer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm sure Talend is working with java 1.8, because this version of the studio require it.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I do the reverse operation, forcing Talend to run on java 7:&lt;/P&gt; 
&lt;P&gt;Talend-Studio-win-x86_64 -vm "C:\Program Files\Java\jre7\bin" -vmargs -Xms1024m -Xmx4096m -XX:MaxPermSize=512m&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It gives me the error:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_error_1.7.PNG" style="width: 501px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4K0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140286i819AA585BBB12B95/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4K0.png" alt="0683p000009M4K0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 08:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ProcessorException-Routines-quot-TalendDate-quot-has-compile/m-p/2304918#M76640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-14T08:27:42Z</dc:date>
    </item>
  </channel>
</rss>

