<?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: Regarding Java.lang.UnsupportedClassVersionError in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313750#M84576</link>
    <description>&lt;P&gt;Thanks Sabrina, the link is very useful. I really appreciate your help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; I tried the following approach and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mistake i have done is , At the first place itself i should have downloaded the "mssql-jdbc-8.2.1jre11" jar and pointed it to the component, instead i have downloaded "mssql-jdbc-9.1jre" and pointed to the component. That's a terrible mistake.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since i already downloaded different version of jar and pointed to the component at first place, it's not accepting the correct version of jar "mssql-jdbc-8.2.1jre11" which i am pointing now. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, i deleted the old jar from the following folder and then tried  importing  the correct version of jar.  It worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows(c)-&amp;gt;Talend_Studio-&amp;gt;Configuration-&amp;gt;.m2-&amp;gt;repository-&amp;gt;org-&amp;gt;Talend-&amp;gt;Libraries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under this libraries folder, i deleted the MySQL directory &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i tried importing the jar via windows-&amp;gt;show_view-&amp;gt;Modules it worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 10:27:15 GMT</pubDate>
    <dc:creator>GP1608113771</dc:creator>
    <dc:date>2020-12-17T10:27:15Z</dc:date>
    <item>
      <title>Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313746#M84572</link>
      <description>&lt;P&gt;Can anyone please help me with this issue. I have installed the Talend studio (Talend Data Fabric 7.3.1) successfully. But when i tried connecting to Azure SQL database using tDBInput component , it showed me an error that jar "mssql-jdbc.jar" is missing. Since the download button is disabled.&lt;/P&gt;&lt;P&gt;Please see the below snapshot showing that download button is disabled&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbdhZAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142449i9A65B3DA5EBAB0CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbdhZAAR.png" alt="0693p00000AbdhZAAR.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I manually downloaded the jar "mssql-jdbc-8.4.0.jre11" and pointed it to the component. When i executed my Talend job it showed following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.UnsupportedClassVersionError: com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 55.0 at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:800) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:698) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:621) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:579) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at psc_co_biopharm.test_job_0_1.Test_job.tDBInput_2Process(Test_job.java:727) at psc_co_biopharm.test_job_0_1.Test_job.runJobInTOS(Test_job.java:1458) at psc_co_biopharm.test_job_0_1.Test_job.main(Test_job.java:1240)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i tried a work around . Used tlibraryload component to import the jar "mssql-jdbc-8.2.1jre11". It worked and i was able to query the Azure SQL database.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbdheAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129595i385CC393450C89B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbdheAAB.png" alt="0693p00000AbdheAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But using tlibraryload is not the best practice, could someone please tell me how to point this version of jar "mssql-jdbc-8.2.1jre11" directly to component.&lt;/P&gt;&lt;P&gt;I tried loading this jre via windows-&amp;gt;show_view-&amp;gt;Modules. But it showing that "This module is already installed with the maven URI"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbdhjAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138156i794A4F36DBC1C8F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbdhjAAB.png" alt="0693p00000AbdhjAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kindly help me and advise how to point this version of jar "mssql-jdbc-8.2.1jre11" directly to component.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 10:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313746#M84572</guid>
      <dc:creator>GP1608113771</dc:creator>
      <dc:date>2020-12-16T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313747#M84573</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Error is because the jar has already been installed before in the maven repository, so it won't deploy it again.&lt;/P&gt;&lt;P&gt;For now, maybe the best is to:&lt;/P&gt;&lt;P&gt;- try to install module / detect =&amp;gt; will show error as you mentioned.&lt;/P&gt;&lt;P&gt;- Use the copy/paste button near the text of the maven URI&lt;/P&gt;&lt;P&gt;- Select "Find by Maven URI" : Paste the text&lt;/P&gt;&lt;P&gt;- Detect / OK =&amp;gt; no problem&lt;/P&gt;&lt;P&gt;Let us know if it works.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 11:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313747#M84573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-16T11:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313748#M84574</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Much for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can find the copy/paste button near the text of the maven URI as highlighted in the below screenshot. But i couldn't find "Find by Maven URI" to paste the copied text. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly correct me, if i miss anything here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbetcAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132862iC735DCF54D2E2213/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbetcAAB.png" alt="0693p00000AbetcAAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Gopinath P&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 14:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313748#M84574</guid>
      <dc:creator>GP1608113771</dc:creator>
      <dc:date>2020-12-16T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313749#M84575</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please have a look at this online documentation about: &lt;A href="https://help.talend.com/r/SZ38A55h3ojQJL~paOP16g/pvvfdGa94SPJt4deyMhDBA" alt="https://help.talend.com/r/SZ38A55h3ojQJL~paOP16g/pvvfdGa94SPJt4deyMhDBA" target="_blank"&gt;TalendHelpCenter: Editing user routine libraries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 08:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313749#M84575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-17T08:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313750#M84576</link>
      <description>&lt;P&gt;Thanks Sabrina, the link is very useful. I really appreciate your help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; I tried the following approach and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mistake i have done is , At the first place itself i should have downloaded the "mssql-jdbc-8.2.1jre11" jar and pointed it to the component, instead i have downloaded "mssql-jdbc-9.1jre" and pointed to the component. That's a terrible mistake.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since i already downloaded different version of jar and pointed to the component at first place, it's not accepting the correct version of jar "mssql-jdbc-8.2.1jre11" which i am pointing now. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, i deleted the old jar from the following folder and then tried  importing  the correct version of jar.  It worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows(c)-&amp;gt;Talend_Studio-&amp;gt;Configuration-&amp;gt;.m2-&amp;gt;repository-&amp;gt;org-&amp;gt;Talend-&amp;gt;Libraries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under this libraries folder, i deleted the MySQL directory &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i tried importing the jar via windows-&amp;gt;show_view-&amp;gt;Modules it worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 10:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313750#M84576</guid>
      <dc:creator>GP1608113771</dc:creator>
      <dc:date>2020-12-17T10:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313751#M84577</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Great it works. Thanks for sharing it with us.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 03:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313751#M84577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-18T03:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313752#M84578</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error got resolved and working fine in the Talend studio which is installed in my VDI. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i published the job to cloud and executed in Talend Management Console  , it's failing with the same error. Could you please help me on this. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is working fine in Talend studio with out any errors but failing when i run it in TMC. Kindly help me on this please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the below mentioned error details which i got in TMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARN | 2021-01-06T21:46:32.053+0530 | org.talend.ipaas.rt.deployment-agent:2.9.2 | 5ff5e1a462ad055ea9334446/1.1:&lt;/P&gt;&lt;P&gt;Step 1ce6c019-66e1-4735-bbbf-64d8ffe87fc1 failed with code -1 and error Job stopped with errors or unable to run.&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.UnsupportedClassVersionError: com/microsoft/sqlserver/jdbc/SQLServerDriver has been &lt;/P&gt;&lt;P&gt;&amp;nbsp;compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 16:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313752#M84578</guid>
      <dc:creator>GP1608113771</dc:creator>
      <dc:date>2021-01-06T16:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313753#M84579</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you referring to Remote Engine/Cloud engine?&lt;/P&gt;&lt;P&gt;It would be great if you could create a support case on talend support portal so that we could give you a remote assistance through support cycle with priority.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 04:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313753#M84579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-07T04:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313754#M84580</link>
      <description>&lt;P&gt;Are you using the same java version in TMC and Studio ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 06:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313754#M84580</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-01-07T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313755#M84581</link>
      <description>&lt;P&gt;Thanks much Prakhar and Sabrina for your help. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@prakhar dubey​&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you mentioned the java version in TMC seems to be bit different , so i tried importing 7.2.2 version of jar "mssql-jdbc-&lt;A href="https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/7.2.2.jre8" alt="https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/7.2.2.jre8" target="_blank"&gt;7.2.2.jre8&lt;/A&gt;" , With this version of jar the job is running in Talend studio and in TMC as well the error got resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the TMC is throwing the following  different error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tDBInput_1 (JOB_LND2STG) java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job is running in Talend studio but in TMC only its failing with above error. I believe it is some firewall issue. Please correct me , if i am wrong here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's a firewall issue, i will check with Network team to resolve this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much Prakhar. I really appreciate your help on this&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;</description>
      <pubDate>Fri, 08 Jan 2021 03:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313755#M84581</guid>
      <dc:creator>GP1608113771</dc:creator>
      <dc:date>2021-01-08T03:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313756#M84582</link>
      <description>&lt;P&gt;Hi @Gopinath P​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The issue can be of firewall so check if it is working fine or not.&lt;/P&gt;&lt;P&gt;Also refer to below thread of same issue.&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/feed/0D53p00007vCs8rCAC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if something more needed from my end. &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 06:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313756#M84582</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-01-08T06:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313757#M84583</link>
      <description>&lt;P&gt;Thanks Prakhar. &lt;/P&gt;&lt;P&gt;The issue got resolved its working in TMC as well. "The Network Adapter could not establish the connection." issue was because of pointing the job to a wrong Remote engine. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got to know the correct Remote engine from Admin team and ran the job. It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 18:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313757#M84583</guid>
      <dc:creator>GP1608113771</dc:creator>
      <dc:date>2021-01-08T18:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Java.lang.UnsupportedClassVersionError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313758#M84584</link>
      <description>&lt;P&gt;Great.. glad to help​&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 20:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Regarding-Java-lang-UnsupportedClassVersionError/m-p/2313758#M84584</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-01-08T20:02:32Z</dc:date>
    </item>
  </channel>
</rss>

