<?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 [resolved] How to modify the classpath setting in a Talend Shell Launcher Script in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197794#M1406</link>
    <description>Hi,&amp;nbsp; Let me ask a quick question.
&lt;BR /&gt;Is there any way to modify the classpath setting 
&lt;BR /&gt;in a Talend Shell Launcher Script, which is generated by Export Job in TOS 5.6.2?
&lt;BR /&gt;I would like to change
&lt;BR /&gt;cd `dirname $0`
&lt;BR /&gt;ROOT_PATH=`pwd`
&lt;BR /&gt;java -Xms256M -Xmx1024M -cp $ROOT_PATH/../lib/dom4j-1.6.1.jar:...
&lt;BR /&gt;to
&lt;BR /&gt;cd `dirname $0`
&lt;BR /&gt;ROOT_PATH=`pwd`
&lt;BR /&gt;java -Xms256M -Xmx1024M -cp /lib/my.jar:$ROOT_PATH/../lib/dom4j-1.6.1.jar:...
&lt;BR /&gt;in order to add /lib/my.jar at the beginning of the classpath.
&lt;BR /&gt;Thank you</description>
    <pubDate>Fri, 25 Dec 2015 12:19:10 GMT</pubDate>
    <dc:creator>taka1</dc:creator>
    <dc:date>2015-12-25T12:19:10Z</dc:date>
    <item>
      <title>[resolved] How to modify the classpath setting in a Talend Shell Launcher Script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197794#M1406</link>
      <description>Hi,&amp;nbsp; Let me ask a quick question.
&lt;BR /&gt;Is there any way to modify the classpath setting 
&lt;BR /&gt;in a Talend Shell Launcher Script, which is generated by Export Job in TOS 5.6.2?
&lt;BR /&gt;I would like to change
&lt;BR /&gt;cd `dirname $0`
&lt;BR /&gt;ROOT_PATH=`pwd`
&lt;BR /&gt;java -Xms256M -Xmx1024M -cp $ROOT_PATH/../lib/dom4j-1.6.1.jar:...
&lt;BR /&gt;to
&lt;BR /&gt;cd `dirname $0`
&lt;BR /&gt;ROOT_PATH=`pwd`
&lt;BR /&gt;java -Xms256M -Xmx1024M -cp /lib/my.jar:$ROOT_PATH/../lib/dom4j-1.6.1.jar:...
&lt;BR /&gt;in order to add /lib/my.jar at the beginning of the classpath.
&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 25 Dec 2015 12:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197794#M1406</guid>
      <dc:creator>taka1</dc:creator>
      <dc:date>2015-12-25T12:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to modify the classpath setting in a Talend Shell Launcher Script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197795#M1407</link>
      <description>The only way to do this is adding the library per tLoadLibrary to you job. This will take care the lib is inside the classpath and it is also already deployed.</description>
      <pubDate>Sun, 27 Dec 2015 13:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197795#M1407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-27T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to modify the classpath setting in a Talend Shell Launcher Script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197796#M1408</link>
      <description>Hi jlolling, Thank you for the information. I appreciate your help.</description>
      <pubDate>Mon, 28 Dec 2015 00:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197796#M1408</guid>
      <dc:creator>taka1</dc:creator>
      <dc:date>2015-12-28T00:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to modify the classpath setting in a Talend Shell Launcher Script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197797#M1409</link>
      <description>&lt;P&gt;Hi jlolling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I know what is the classpath wich my talend is using? Is it the same this classpath that the hadoop classpath if hadoop is installed in other machine?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 10:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-modify-the-classpath-setting-in-a-Talend-Shell/m-p/2197797#M1409</guid>
      <dc:creator>roalro</dc:creator>
      <dc:date>2019-05-17T10:19:33Z</dc:date>
    </item>
  </channel>
</rss>

