<?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: Talend throwing &amp;quot;Exception in thread &amp;quot;main&amp;quot; java.lang.Error: Unresolved compilation problem:&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323299#M93162</link>
    <description>&lt;P&gt;This seems like a different cause of the problem than what this thread aims to solve.&amp;nbsp; I suppose I would start by testing each of the condition statements individually to see if they work before combining them into a series like you have. Also, for complex logic like this you might also look into tJavaRow.&amp;nbsp; tJavaRow allows "real" java and so is easier to code these complex logic statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 15:18:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-04T15:18:40Z</dc:date>
    <item>
      <title>Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323294#M93157</link>
      <description>&lt;P&gt;I have been having intermittent problems with Talend (6.4.1 on Windows 10) throwing this error.&amp;nbsp; I&amp;nbsp;was having problems a couple of days ago and so, following the guidance some things I found by searching, I&amp;nbsp;set the JAVA_HOME environment variable to&amp;nbsp;&amp;nbsp;C:\Program Files\Java\jdk1.8.0_151\bin\javaw.exe and also set a value of -vm&amp;nbsp;C:\Program Files\Java\jdk1.8.0_151\bin\javaw.exe in eclipse.ini.&amp;nbsp; This seemed to fix the problem this morning. Now this afternoon I am getting this error again.&amp;nbsp; I haven't changed anything about the jobs where I am getting the errors.&amp;nbsp; What is going on?&amp;nbsp; Where do&amp;nbsp;I even begin to start looking?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A few other things things that I have read in other posts.&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;I am running the job from the designer just as earlier this morning when all of this was working.&amp;nbsp;&lt;/LI&gt; 
 &lt;LI&gt;I have tried a clean install of TOS and then setting up a simple job as suggested in &lt;A href="https://community.qlik.com/s/feed/0D53p00007vCjmXCAS#M1" target="_self"&gt;this post&lt;/A&gt;.&amp;nbsp; That is still giving the same error.&lt;/LI&gt; 
 &lt;LI&gt;The&amp;nbsp;installation&amp;nbsp;path for my main installation is&amp;nbsp;C:\Talend\TOS_DI-20170623_1246-V6.4.1, the workspace path for this copy is&amp;nbsp;E:\Brian MacDonald\Documents\Data_Integration\Talend\workspace (note the space)&lt;/LI&gt; 
 &lt;LI&gt;The installation path for my "clean install" version is C:\TOS\TOS_DI-20170623_1246-V6.4.1 and the workspace path for this version is&amp;nbsp;C:\TOS\TOS_DI-20170623_1246-V6.4.1\workspace (the default - no spaces)&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 21:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323294#M93157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323295#M93158</link>
      <description>&lt;P&gt;So this what appears to have worked for me.&lt;/P&gt; 
&lt;P&gt;I had a couple of different Java versions installed on my system.&amp;nbsp; So first I uninstalled them all. Then I reinstalled the one i wanted to use (which in my case is 8.0_151).&lt;/P&gt; 
&lt;P&gt;Then:&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;Goto Preferences &amp;gt;&amp;gt; Java &amp;gt;&amp;gt; Installed JRE's&lt;/LI&gt; 
 &lt;LI&gt;Click Add and browse to \Program Files\Java\jdk1.8.0_151 
  &lt;OL&gt; 
   &lt;LI&gt;In my case the "Location" variable for the jre did not change but the "Name" variable for the jre in this dialog box did.&amp;nbsp; I am not sure the impact of this but it is the only thing that appears to have changed.&amp;nbsp; Who knows, maybe "refreshing" this variable is the key.&lt;/LI&gt; 
  &lt;/OL&gt;&lt;/LI&gt; 
 &lt;LI&gt;Click OK and then set the newly added jre as the default.&amp;nbsp;&amp;nbsp;&lt;/LI&gt; 
 &lt;LI&gt;Click&amp;nbsp;OK, say a small prayer and run a job.&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;Note that it appears I will have to do these steps for all projects.&amp;nbsp; I made this fix and it worked for a job that was throwing an error.&amp;nbsp; Then I switched projects and got the error again.&amp;nbsp; I did steps 1-4 in&amp;nbsp;the new project and all was good.&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>Mon, 11 Dec 2017 23:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323295#M93158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T23:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323296#M93159</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for sharing your use case with us on forum. And &lt;SPAN&gt;ensure your JDK bin is included in your PATH environment variable and is being reached.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 10:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323296#M93159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-13T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323297#M93160</link>
      <description>Thanks a lot BRM, ***** 
&lt;BR /&gt;It Solved my Issue 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323297#M93160</guid>
      <dc:creator>KB_Parpally</dc:creator>
      <dc:date>2017-12-28T19:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323298#M93161</link>
      <description>&lt;P&gt;Hi, there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am unable to do above settings and facing the same error in a tMap logic. Can you help me out in solving it.&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="Capture.PNG" style="width: 856px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M23B.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149906i019081C82B718F51/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M23B.png" alt="0683p000009M23B.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323298#M93161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-04T07:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323299#M93162</link>
      <description>&lt;P&gt;This seems like a different cause of the problem than what this thread aims to solve.&amp;nbsp; I suppose I would start by testing each of the condition statements individually to see if they work before combining them into a series like you have. Also, for complex logic like this you might also look into tJavaRow.&amp;nbsp; tJavaRow allows "real" java and so is easier to code these complex logic statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 15:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323299#M93162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-04T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323300#M93163</link>
      <description>I just changed my JRE to JDK and it worked ; for an obscur reason, my JRE looks like corrupted and I cannot compile / execute my code.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323300#M93163</guid>
      <dc:creator>jeoste</dc:creator>
      <dc:date>2019-10-31T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Talend throwing "Exception in thread "main" java.lang.Error: Unresolved compilation problem:"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323301#M93164</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;JDK is not needed to run job especially in the studio, but needed to export the job.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 03:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-throwing-quot-Exception-in-thread-quot-main-quot-java/m-p/2323301#M93164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-01T03:05:13Z</dc:date>
    </item>
  </channel>
</rss>

