<?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] How to create a runnable jar in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278582#M54019</link>
    <description>You need just to export you job script. &lt;BR /&gt;A simple right clik on your job and you can create your runnable jar. &lt;BR /&gt;The export create a zip which include batch for launch your jar.</description>
    <pubDate>Wed, 10 Dec 2008 10:26:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-12-10T10:26:20Z</dc:date>
    <item>
      <title>[resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278581#M54018</link>
      <description>Hello guys,&lt;BR /&gt;Can somebody tell me step by step how to create a runnable .jar file?&lt;BR /&gt;I'm not understanding whats the 'launch configuration' =/</description>
      <pubDate>Sat, 16 Nov 2024 14:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278581#M54018</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278582#M54019</link>
      <description>You need just to export you job script. &lt;BR /&gt;A simple right clik on your job and you can create your runnable jar. &lt;BR /&gt;The export create a zip which include batch for launch your jar.</description>
      <pubDate>Wed, 10 Dec 2008 10:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278582#M54019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-10T10:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278583#M54020</link>
      <description>Thank you so much man!&lt;BR /&gt;It worked. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
      <pubDate>Wed, 10 Dec 2008 11:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278583#M54020</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-12-10T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278584#M54021</link>
      <description>I have same problem because i not understand how and where create 'launch configuration' =/.&lt;BR /&gt;An other problem is: why in jar create whits export job is automatically insert an Exit? when i create a bat that contain 2 bat create with export job the first start and run but the second do not start.</description>
      <pubDate>Wed, 09 Sep 2009 10:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278584#M54021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-09T10:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278585#M54022</link>
      <description>You can start more than one Job with "start /wait" in your custom .bat :
&lt;BR /&gt;In startAllTosJob.bat :
&lt;BR /&gt;start /wait c:\temp\TosJob1_01_run.bat
&lt;BR /&gt;start /wait c:\temp\TosJob2_01_run.bat
&lt;BR /&gt;...
&lt;BR /&gt;Hope that helps.</description>
      <pubDate>Wed, 09 Sep 2009 11:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278585#M54022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-09T11:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278586#M54023</link>
      <description>Thank &lt;BR /&gt;I testing and is beatiful solution</description>
      <pubDate>Thu, 10 Sep 2009 00:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278586#M54023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-10T00:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278587#M54024</link>
      <description>If the proper way to create a runnable jar is by right clicking on the job, what purpose does the menu option File -&amp;gt; Export --&amp;gt; Java --&amp;gt; Runnable Jar File serve?</description>
      <pubDate>Thu, 30 Jun 2011 14:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278587#M54024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-30T14:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278588#M54025</link>
      <description>I right click on the job, but don't see the option to create a runnable jar, just and export to zip.  I'm using TOS 4.2.0</description>
      <pubDate>Thu, 30 Jun 2011 14:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278588#M54025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-30T14:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create a runnable jar</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278589#M54026</link>
      <description>Actually the "export to zip" is probably the solution you need.&lt;BR /&gt;Supposing your job name is "foo". You will find in the foo.zip a folder named "foo".&lt;BR /&gt;In this folder there should be two folder one named "lib" the other "foo". In this second "foo" folder is located a runnable jar and an associate .bat file.&lt;BR /&gt;FYI, i'm using Talend 4.2.2 and like you, i don"t see the point of the "option File -&amp;gt; Export --&amp;gt; Java --&amp;gt; Runnable Jar File"&lt;BR /&gt;Hope my information will help you.</description>
      <pubDate>Mon, 05 Sep 2011 17:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-a-runnable-jar/m-p/2278589#M54026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-05T17:06:33Z</dc:date>
    </item>
  </channel>
</rss>

