<?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: How to set java compiler source to 1.8? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208646#M7786</link>
    <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;I have successfully used your advice with Talend ESB version 6.3.1&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 16:24:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-30T16:24:02Z</dc:date>
    <item>
      <title>How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208639#M7779</link>
      <description>Hi, 
&lt;BR /&gt;I wrote a routine that uses some java 1.8 features. 
&lt;BR /&gt;On my machine I just went to 'Windows/Preferences' and set the compiler compliance level to 1.8 and everything worked fine. 
&lt;BR /&gt;Now when I try to run the job on Talend Administrator center I get the following error: 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in thread "Thread-17" java.lang.Error: Unresolved compilation problems:&amp;nbsp;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;The method quote(String) in the type DatadogUtil is not applicable for the arguments (Object)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Lambda expressions are allowed only at source level 1.8 or above&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/PRE&gt; 
&lt;BR /&gt;How do I tell Talend Administrator center to compile the project as java 1.8? 
&lt;BR /&gt;I also tried to change the source level by customising the project's pom.xml in the project settings but it did not work either.</description>
      <pubDate>Mon, 28 Nov 2016 05:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208639#M7779</guid>
      <dc:creator>fxbonnet</dc:creator>
      <dc:date>2016-11-28T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208640#M7780</link>
      <description>Hi,
&lt;BR /&gt;Are your studio and server(commandline, TAC) on different machine? Have you already installed jdk 1.8 on server?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 28 Nov 2016 06:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208640#M7780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208641#M7781</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the same issue. How can we set the Talend Command line server to compile the job with JDK 1.8?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 18:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208641#M7781</guid>
      <dc:creator>jvermaqb</dc:creator>
      <dc:date>2018-07-03T18:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208642#M7782</link>
      <description>&lt;P&gt;Wen do not have any problems using Java 8 to compile jobs. Simple take care the command line application uses Java 8 and thats it.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 21:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208642#M7782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T21:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208643#M7783</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Do you have a user&lt;SPAN&gt; routine that uses Lambda expression new in Java 8?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Could you please make sure that all tac, command line, and jobserver are all running Java 8?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt; It looks like your commandline Java compliance was using 1.7. This needs to be set it to 1.8 for the three variables below:&lt;BR /&gt;org.eclipse.jdt.core.compiler.source=1.8&lt;BR /&gt;org.eclipse.jdt.core.compiler.compliance=1.8&lt;BR /&gt;org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Could you please&amp;nbsp; follow these Steps to see if it works?&lt;BR /&gt;1) Stop commandline&lt;BR /&gt;2) Make the modification in the org.eclipse.jdt.core.prefs located in the Commandline/commandline-workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/&lt;BR /&gt;3) Restart Commandline&lt;BR /&gt;4) Log back in TAC: Regenerate, redeploy and run the task&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;We will appreciate it if you could give us some feedback.&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;</description>
      <pubDate>Wed, 04 Jul 2018 04:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208643#M7783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T04:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208644#M7784</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the steps mentioned by you.&amp;nbsp;This didn't solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;My Talend job and custom routines jar is still being compiled with JDK 1.7&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 15:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208644#M7784</guid>
      <dc:creator>jvermaqb</dc:creator>
      <dc:date>2018-07-06T15:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208645#M7785</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please clarify in which Talend version/edition you are?&lt;BR /&gt;&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;</description>
      <pubDate>Mon, 30 Jul 2018 03:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208645#M7785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T03:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208646#M7786</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;I have successfully used your advice with Talend ESB version 6.3.1&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 16:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208646#M7786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208647#M7787</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Would you mind creating a case on talend support portal so that we can give you a remote assistance, webex session through support cycle with priority?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 07:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208647#M7787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T07:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208648#M7788</link>
      <description>&lt;P&gt;Hi Sabrina,&amp;nbsp;&lt;/P&gt;&lt;P&gt;why a support ticket, I have solved this already with the help of this thread.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 08:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208648#M7788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set java compiler source to 1.8?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208649#M7789</link>
      <description>&lt;P&gt;Hello Jan,&lt;/P&gt; 
&lt;P&gt;Glad to see you here. It seems this solution doesn't work for user '&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;jvermaqb&lt;/SPAN&gt;'. We would like to have a webex session with&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOY2AAO"&gt;@jvermaqb&lt;/A&gt; to see if there is something missing.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 08:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-java-compiler-source-to-1-8/m-p/2208649#M7789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T08:53:12Z</dc:date>
    </item>
  </channel>
</rss>

