<?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: Build issue, MojoExecutionHelper issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2534982#M148146</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The error:&amp;nbsp;has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0&lt;BR /&gt;means the java version used to "run" Talend Studio is Java 8 (52.0) and the class is Java 17 (61.0)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you check you have 2 lines like the one below at the beginning of the file&amp;nbsp;Talend-Studio-win-x86_64.ini&lt;/P&gt;
&lt;P&gt;-vm&lt;BR /&gt;c:\talend\zulu17\bin&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Denis&lt;/P&gt;</description>
    <pubDate>Sun, 02 Nov 2025 07:24:40 GMT</pubDate>
    <dc:creator>Denis_Segard</dc:creator>
    <dc:date>2025-11-02T07:24:40Z</dc:date>
    <item>
      <title>Build issue, MojoExecutionHelper issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2534944#M148143</link>
      <description>&lt;P&gt;I have a project that was fine.&amp;nbsp; Until...&lt;/P&gt;&lt;P&gt;I was entering a 300+ column json file in Metadata, I clicked the Next button and the project froze.&amp;nbsp; I left for a couple hours thinking it would catch up and that the file was too large.&amp;nbsp; Finally, with Talend not responding, I closed it via the terminal.&amp;nbsp; Now no matter what I run, however basic the project won't build.&amp;nbsp; I'm getting the error below.&lt;/P&gt;&lt;P&gt;The Talend server is behind firewalls with no internet connectivity and prior to crashing was working fine.&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated.&lt;BR /&gt;&lt;BR /&gt;org.talend.designer.runprocess.ProcessorException: java.lang.Exception: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project Write_Some_Data: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile failed: Unable to provision, see the following errors:&lt;BR /&gt;[ERROR]&lt;BR /&gt;[ERROR] 1) [Guice/ErrorCusomtProvider]: TypeNotPresentException: Type MojoExecutionHelper not present&lt;BR /&gt;[ERROR] at ClassRealm[plugin&amp;gt;org.apache.maven.plugins:maven-compiler-plugin:3.11.0, parent: Launch$AppClassLoader@785e922]&lt;BR /&gt;[ERROR] \_ installed by: WireModule -&amp;gt; PlexusBindingModule&lt;BR /&gt;[ERROR] while locating MojoExecutionHelper annotated with @Named(value=helper)&lt;BR /&gt;[ERROR]&lt;BR /&gt;[ERROR] Learn more:&lt;BR /&gt;[ERROR] &lt;A href="https://github.com/google/guice/wiki/ERROR_IN_CUSTOM_PROVIDER" target="_blank"&gt;https://github.com/google/guice/wiki/ERROR_IN_CUSTOM_PROVIDER&lt;/A&gt;&lt;BR /&gt;[ERROR]&lt;BR /&gt;[ERROR] 1 execute&lt;BR /&gt;[ERROR]&lt;BR /&gt;[ERROR] =================&lt;BR /&gt;[ERROR] Full classname legend:&lt;BR /&gt;[ERROR] =================&lt;BR /&gt;[ERROR] Launcher$AppClassLoader: "sun.misc.Launcher$AppClassLoader"&lt;BR /&gt;[ERROR] MojoExecutionHelper: "org.eclipse.tycho.helper.MojoExecutionHelper"&lt;BR /&gt;[ERROR] MojoExecutionListener: "org.apache.maven.executtion.MojoExecutionListener"&lt;BR /&gt;[ERROR] Named: "com.google.inject.name.Named"&lt;BR /&gt;[ERROR] PlexusBindingModule" "org.eclipse.sisu.plexus.PlexusBindingModule"&lt;BR /&gt;[ERROR] WireModule: "org.execute.sisu.WireModule"&lt;BR /&gt;[ERROR] =================&lt;BR /&gt;[ERROR] End of classname legend:&lt;BR /&gt;[ERROR] =================: Type org.eclipse.tycho.helper.MojoExecutionHelper not present: org/eclipse/tycho/helper/MojoExecutionHelper has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0&lt;BR /&gt;[ERROR] -&amp;gt; [Help 1]&lt;BR /&gt;[ERROR]&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, 31 Oct 2025 12:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2534944#M148143</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-10-31T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Build issue, MojoExecutionHelper issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2534982#M148146</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The error:&amp;nbsp;has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0&lt;BR /&gt;means the java version used to "run" Talend Studio is Java 8 (52.0) and the class is Java 17 (61.0)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you check you have 2 lines like the one below at the beginning of the file&amp;nbsp;Talend-Studio-win-x86_64.ini&lt;/P&gt;
&lt;P&gt;-vm&lt;BR /&gt;c:\talend\zulu17\bin&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Denis&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 07:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2534982#M148146</guid>
      <dc:creator>Denis_Segard</dc:creator>
      <dc:date>2025-11-02T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Build issue, MojoExecutionHelper issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2535059#M148149</link>
      <description>&lt;P&gt;I have a -vmargs on the 2nd line.&lt;/P&gt;&lt;P&gt;Further below that I do have a line for Java version.&lt;/P&gt;&lt;P&gt;-Dosgi.requiredJavaVersion=17&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 13:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2535059#M148149</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-11-03T13:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Build issue, MojoExecutionHelper issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2535061#M148150</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;The Talend Studio ini file should look like :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Denis_Segard_0-1762176549675.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184643iC94433AE586BF6D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Denis_Segard_0-1762176549675.png" alt="Denis_Segard_0-1762176549675.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Denis&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 13:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2535061#M148150</guid>
      <dc:creator>Denis_Segard</dc:creator>
      <dc:date>2025-11-03T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Build issue, MojoExecutionHelper issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2535067#M148151</link>
      <description>&lt;P&gt;That's the way the beginning of the file looks.&amp;nbsp; I'm on Linux not Window and I am comparing a working server to the broken one but the files match each other and what you posted.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 13:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-issue-MojoExecutionHelper-issue/m-p/2535067#M148151</guid>
      <dc:creator>pthomas</dc:creator>
      <dc:date>2025-11-03T13:53:44Z</dc:date>
    </item>
  </channel>
</rss>

