<?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] Importing java.util.* in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245921#M31606</link>
    <description>Okay I get it and now it's working ! Thanks</description>
    <pubDate>Fri, 14 Feb 2014 08:39:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-14T08:39:42Z</dc:date>
    <item>
      <title>[resolved] Importing java.util.*</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245919#M31604</link>
      <description>Hello, 
&lt;BR /&gt;I am trying to create a new component, I needed to use an Iterator si I added java.util.* to the imports but it doesn't seem to recognize it. 
&lt;BR /&gt;Part of my code (main part) : 
&lt;BR /&gt;&amp;lt;%@ jet 
&lt;BR /&gt; imports=" 
&lt;BR /&gt; org.talend.core.model.process.INode 
&lt;BR /&gt; org.talend.core.model.process.ElementParameterParser 
&lt;BR /&gt; org.talend.core.model.metadata.IMetadataTable 
&lt;BR /&gt; org.talend.core.model.metadata.IMetadataColumn 
&lt;BR /&gt; org.talend.core.model.process.IConnection 
&lt;BR /&gt; org.talend.core.model.process.IConnectionCategory 
&lt;BR /&gt; org.talend.designer.codegen.config.CodeGeneratorArgument 
&lt;BR /&gt; org.talend.core.model.metadata.types.JavaTypesManager 
&lt;BR /&gt; org.talend.core.model.metadata.types.JavaType 
&lt;BR /&gt; org.talend.core.model.process.EConnectionType 
&lt;BR /&gt; java.util.* 
&lt;BR /&gt; " 
&lt;BR /&gt;%&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Iterator&amp;lt;String&amp;gt; i_&amp;lt;%=cid%&amp;gt; = resultat_&amp;lt;%=cid%&amp;gt;.iterator(); 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;When I try to run the component it says Iterator is not recognized. 
&lt;BR /&gt;What am I missing ? Do I need to add something to the .xml ? 
&lt;BR /&gt;thanks !</description>
      <pubDate>Sat, 16 Nov 2024 11:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245919#M31604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Importing java.util.*</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245920#M31605</link>
      <description>The imports you shows us will be used while creating the job source code.&lt;BR /&gt;If you say you run the component I guess you mean you run the job and gets the compilation problem.&lt;BR /&gt;Indeed it is from the perspective of a component not possible to add an import to the job source code. Thats because I would use full qualified java classes: for your example:&lt;BR /&gt;java.util.Iterator&amp;lt;String&amp;gt; ....</description>
      <pubDate>Thu, 13 Feb 2014 22:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245920#M31605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T22:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Importing java.util.*</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245921#M31606</link>
      <description>Okay I get it and now it's working ! Thanks</description>
      <pubDate>Fri, 14 Feb 2014 08:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Importing-java-util/m-p/2245921#M31606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-14T08:39:42Z</dc:date>
    </item>
  </channel>
</rss>

