<?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: Setting classpath during Run/Advanced Settings in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376149#M138385</link>
    <description>Hi Xdshi,
&lt;BR /&gt;Yes I have. Nothing related to setting classpath. I may have found a possible solution but need an expert &amp;nbsp;to verify. In File/Edit Project Properties/Build/Shell/BAT, there is a entry stating the following where&amp;nbsp;
&lt;B&gt;%NXCAS_CP% &lt;/B&gt;was entered by myself:
&lt;BR /&gt;%~d0
&lt;BR /&gt;cd %~dp0
&lt;BR /&gt;java ${talend.job.jvmargs} -cp 
&lt;B&gt;%NXCAS_CP%&lt;/B&gt; ${talend.job.bat.classpath} ${talend.job.class} ${talend.job.bat.addition} %*
&lt;BR /&gt;How do I configure this so this system variable is always entered in the build path.
&lt;BR /&gt;Thanks.
&lt;BR /&gt;Max&amp;nbsp;</description>
    <pubDate>Thu, 18 Aug 2016 14:27:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-18T14:27:07Z</dc:date>
    <item>
      <title>Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376145#M138381</link>
      <description>Hello, 
&lt;BR /&gt;I am attempting to set the classpath on the Run &amp;nbsp;Job/Advanced Settings screen. But Talend cannot recognize the command. 
&lt;BR /&gt;Here is my argument 
&lt;BR /&gt;-cp"C:\MyDirectory\Components". 
&lt;BR /&gt;1) Talend constantly removes the space between the -cp and the directory. 
&lt;BR /&gt;Anyone can suggest how to set the Argument for the classpath?</description>
      <pubDate>Tue, 16 Aug 2016 21:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376145#M138381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T21:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376146#M138382</link>
      <description>Hi,
&lt;BR /&gt;Do you want to set classpath in Run/Advanced settings for installing custom component? What does your job requirement look like?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Aug 2016 03:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376146#M138382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T03:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376147#M138383</link>
      <description>Hi Xdshi 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;. Thanks for responding.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;That is correct. Inside of the Run Job, I have a component that runs an external JAR (already included). The first thing this JAR does is it&amp;nbsp; 
&lt;BR /&gt;looks for a configuration file in the classpath directory specified.&amp;nbsp; 
&lt;BR /&gt;I get the following errors with the options I tried below : 
&lt;BR /&gt;Error: Could not create the Java Virtual Machine. 
&lt;BR /&gt;Error: A fatal exception has occurred. Program will exit. 
&lt;BR /&gt;Unrecognized option:&amp;nbsp; 
&lt;BR /&gt;-cp:C:\ 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;MyDirectory\Components&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;-cp:"C:\ 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;MyDirectory\Components"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;-XX:cp="&lt;/FONT&gt;&lt;/FONT&gt;C:\ 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;MyDirectory\Components"&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 17 Aug 2016 14:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376147#M138383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T14:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376148#M138384</link>
      <description>Hi,
&lt;BR /&gt;Have you already checked document about:
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing a custom component&lt;/A&gt;?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 18 Aug 2016 09:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376148#M138384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376149#M138385</link>
      <description>Hi Xdshi,
&lt;BR /&gt;Yes I have. Nothing related to setting classpath. I may have found a possible solution but need an expert &amp;nbsp;to verify. In File/Edit Project Properties/Build/Shell/BAT, there is a entry stating the following where&amp;nbsp;
&lt;B&gt;%NXCAS_CP% &lt;/B&gt;was entered by myself:
&lt;BR /&gt;%~d0
&lt;BR /&gt;cd %~dp0
&lt;BR /&gt;java ${talend.job.jvmargs} -cp 
&lt;B&gt;%NXCAS_CP%&lt;/B&gt; ${talend.job.bat.classpath} ${talend.job.class} ${talend.job.bat.addition} %*
&lt;BR /&gt;How do I configure this so this system variable is always entered in the build path.
&lt;BR /&gt;Thanks.
&lt;BR /&gt;Max&amp;nbsp;</description>
      <pubDate>Thu, 18 Aug 2016 14:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376149#M138385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376150#M138386</link>
      <description>Hi Max,&amp;nbsp;&lt;BR /&gt;We will make an investigation on your issue then come back to you as soon as we can.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Aug 2016 10:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376150#M138386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T10:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting classpath during Run/Advanced Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376151#M138387</link>
      <description>&lt;P&gt;Was there ever a solution to this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search engines know about these issues, so probably best to delete them if not resolved.&amp;nbsp; It will make the process easier for future people asking the same questions.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 13:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-classpath-during-Run-Advanced-Settings/m-p/2376151#M138387</guid>
      <dc:creator>fred271828</dc:creator>
      <dc:date>2019-02-19T13:04:25Z</dc:date>
    </item>
  </channel>
</rss>

