<?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: [resolved] Does Talend Open Studio run on LINUX? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310441#M81571</link>
    <description>yes it runs. The current help page misses an important advise:
&lt;BR /&gt;Take care your JAVA_HOME/bin dir is in the PATH var.
&lt;BR /&gt;Background:
&lt;BR /&gt;Studio looks at the path to the java binary and tries to find some other files relative to this path.
&lt;BR /&gt;Because of under Linux the java binary is a symbolic link in /usr/bin/ this method fails.
&lt;BR /&gt;This can only be solved with the mentioned change to the PATH variable.</description>
    <pubDate>Wed, 13 Aug 2014 18:45:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-13T18:45:45Z</dc:date>
    <item>
      <title>[resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310439#M81569</link>
      <description>Does Talend Open Studio run on LINUX?</description>
      <pubDate>Wed, 13 Aug 2014 16:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310439#M81569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T16:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310440#M81570</link>
      <description>Yes.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Compatible+Platforms&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Compatible+Platforms&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 17:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310440#M81570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T17:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310441#M81571</link>
      <description>yes it runs. The current help page misses an important advise:
&lt;BR /&gt;Take care your JAVA_HOME/bin dir is in the PATH var.
&lt;BR /&gt;Background:
&lt;BR /&gt;Studio looks at the path to the java binary and tries to find some other files relative to this path.
&lt;BR /&gt;Because of under Linux the java binary is a symbolic link in /usr/bin/ this method fails.
&lt;BR /&gt;This can only be solved with the mentioned change to the PATH variable.</description>
      <pubDate>Wed, 13 Aug 2014 18:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310441#M81571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310442#M81572</link>
      <description>Hi,
&lt;BR /&gt;Please pay close attention to 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=19422829" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing the XULRunner package (for Linux users)&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 14 Aug 2014 04:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310442#M81572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T04:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310443#M81573</link>
      <description>jlolling: Sounds like you speak from experience, and have a solution.
&lt;BR /&gt;
&lt;BR /&gt;I tried this:
&lt;BR /&gt;export PATH=$JAVA_HOME/bin:$PATH
&lt;BR /&gt;echo $PATH
&lt;BR /&gt;/usr/java/jdk1.7.0_67/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/oracle/product/11.2.0/dbhome_1/bin:/home/oracle/bin:/oracle/product/11.2.0/dbhome_1/bin:/oracle/product/11.2.0/dbhome_1/bin
&lt;BR /&gt;
&lt;BR /&gt;cd /talend/bigdata/TOS_BD-r118616-V5.5.1
&lt;BR /&gt;./TOS_BD-linux-gtk-x86_64 &amp;amp;
&lt;BR /&gt;
&lt;BR /&gt;And, Talend started, with no error stack.
&lt;BR /&gt;However, it still just has very basic functionality.&amp;nbsp;
&lt;BR /&gt;file, edit, window, help.
&lt;BR /&gt;It doesn't look like what I see in the docs.
&lt;BR /&gt;Is this what it should look like?
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;(Looks like I can't upload an image either.)</description>
      <pubDate>Fri, 19 Sep 2014 21:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310443#M81573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T21:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310444#M81574</link>
      <description>Hi&amp;nbsp; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;rodger88,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What's the build version are you using? What's kind of features&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;missed in your current studio? Could you please give us more info?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Are you able to upload your image by clicking "Upload" button or dropping your file into "Drop files here to attache them" field directly?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEkE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152982iD5B28803F5347B8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEkE.png" alt="0683p000009MEkE.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sun, 21 Sep 2014 15:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310444#M81574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-21T15:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310445#M81575</link>
      <description>Hi Sabrina, your screenshot is to small to get an idea. 
&lt;BR /&gt;Hi rodger88, you need to install the xulrunner. Please follow the advise in this JIRA ticket because the help page is not fully correct. 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/DOCT-3403" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/DOCT-3403&lt;/A&gt; 
&lt;BR /&gt;If the xulrunner fails, you see an empty start page in the studio and the expression editor (e.g. in a tMap) does not work (will not open). 
&lt;BR /&gt;You can always see the logs in workspace/.metadata/.log or in case of crashes in &amp;lt;studio-root&amp;gt;/configuration/*.log. 
&lt;BR /&gt;Check these files and post the content here.</description>
      <pubDate>Sun, 21 Sep 2014 22:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310445#M81575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-21T22:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310446#M81576</link>
      <description>Hi,
&lt;BR /&gt;The screenshot is updated. Please check it. 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 22 Sep 2014 04:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310446#M81576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-22T04:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310447#M81577</link>
      <description>Thanks, this works well. The buttons at the side are not visible for me but anyway, upload works.&lt;BR /&gt;Could you please check if the pixel size of the screenshot is also limited or it is only the byte-size what matters?</description>
      <pubDate>Mon, 22 Sep 2014 07:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310447#M81577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-22T07:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Does Talend Open Studio run on LINUX?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310448#M81578</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our team just upgraded to KDE 18.04 and we are having the same problem when opening the TOS_ESB.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you mind sharing your fix with the xulrunner version mentioned?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 10:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Does-Talend-Open-Studio-run-on-LINUX/m-p/2310448#M81578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-12T10:38:44Z</dc:date>
    </item>
  </channel>
</rss>

