<?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: tfileUnarchive component error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376359#M138556</link>
    <description>&lt;P&gt;You need the runtime (JRE) that comes with the development kit (JDK). From what you've shown it looks like you only have the JRE. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open a terminal and type ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java -version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;....then type....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;javac -version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These two commands will tell you what versions you have running. The javac one is the compiler,  you only get that with the JDK&lt;/P&gt;</description>
    <pubDate>Thu, 02 Dec 2021 21:44:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-12-02T21:44:27Z</dc:date>
    <item>
      <title>tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376356#M138553</link>
      <description>&lt;P&gt;Hello, I hope that you can help me. &lt;/P&gt;&lt;P&gt;I am starting the development of one project and the first phase will unzip some files on the same directory.&lt;/P&gt;&lt;P&gt;The problem is that I am facing one problem with the component tFileUnarchive and it is not working (message in Attached).&lt;/P&gt;&lt;P&gt;I am running only this component for identify the problem because when for example I change by tFileCopy  this is working.&lt;/P&gt;&lt;P&gt;Could you guide me how I could solve that? I can not go on because it is the mandatory for the project.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376356#M138553</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2024-11-15T23:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376357#M138554</link>
      <description>&lt;P&gt;This looks like a Java version issue. What versions are you running on your machine? The Java requirements can be found here...&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.3/installation-guide-open-studio-for-data-integration-windows/compatible-java-environments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 21:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376357#M138554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-02T21:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376358#M138555</link>
      <description>&lt;P&gt;Hello  See please my Java version and Talend Studio. What the correct version need I to use in my pc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 21:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376358#M138555</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-02T21:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376359#M138556</link>
      <description>&lt;P&gt;You need the runtime (JRE) that comes with the development kit (JDK). From what you've shown it looks like you only have the JRE. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open a terminal and type ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java -version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;....then type....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;javac -version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These two commands will tell you what versions you have running. The javac one is the compiler,  you only get that with the JDK&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 21:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376359#M138556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-02T21:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376360#M138557</link>
      <description>&lt;P&gt;the command javac did not found.   Java - version ran ok   1.8.0.181 .&lt;/P&gt;&lt;P&gt;Need to install Java SE Development Kit 11.0.10&lt;/P&gt;&lt;P&gt;, correct?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 22:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376360#M138557</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-02T22:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376361#M138558</link>
      <description>&lt;P&gt;I would go with 11, yes. Then you need to make sure that your system variables are configured properly. So PATH and JAVA_HOME at least. Your JRE must be the one that comes with the JDK, so check out the folder structure once it is installed. It should hopefully make sense when you see it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 22:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376361#M138558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-02T22:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376362#M138559</link>
      <description>&lt;P&gt;Let me know if I have all please&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 23:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376362#M138559</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2021-12-02T23:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: tfileUnarchive component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376363#M138560</link>
      <description>&lt;P&gt;You need to use the javac -version command, not just javac. However, it looks OK. You may want to check out this page.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.2/installation-guide-open-studio-for-big-data-mac/configuring-jdk-path-in-talend-studio&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 00:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfileUnarchive-component-error/m-p/2376363#M138560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-03T00:33:27Z</dc:date>
    </item>
  </channel>
</rss>

