<?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: tJava - &amp;quot;cannot be resolved to a type&amp;quot; error in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401442#M9812</link>
    <description>&lt;P&gt;Hello @Rui Motta​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please check the tJava's advanced settings/Import  to make sure where  the class &lt;B&gt;ValConnection_SAP &lt;/B&gt;&lt;I&gt;come from ?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I guess it come from the Code/Routine, if yes, please import the missing code/routines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 01:05:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-13T01:05:23Z</dc:date>
    <item>
      <title>tJava - "cannot be resolved to a type" error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401441#M9811</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I've imported a Job and when I try to run the Job, I get the message "&lt;B&gt;ValConnection_SAP cannot be resolved to a type&lt;/B&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The component, tJava, has the following instruction:&lt;/P&gt;&lt;P&gt;&lt;I&gt;ValConnection_SAP conector = new ValConnection_SAP();&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;conector.main(null);&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What must I do to get passed this error?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rui&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401441#M9811</guid>
      <dc:creator>RMotta2408</dc:creator>
      <dc:date>2024-11-15T21:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: tJava - "cannot be resolved to a type" error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401442#M9812</link>
      <description>&lt;P&gt;Hello @Rui Motta​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please check the tJava's advanced settings/Import  to make sure where  the class &lt;B&gt;ValConnection_SAP &lt;/B&gt;&lt;I&gt;come from ?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I guess it come from the Code/Routine, if yes, please import the missing code/routines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 01:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401442#M9812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T01:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: tJava - "cannot be resolved to a type" error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401443#M9813</link>
      <description>&lt;P&gt;Hi Aiming,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;The advanced settings are as follows:&lt;/P&gt;&lt;P&gt;Maybe the problem is this line, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;//import java.util.List;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;import java.io.File;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;import java.io.FileOutputStream;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;import java.util.Properties;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;import pt.com.digital.ValConnection_SAP();&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the problem is this line, right?&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;import pt.com.digital.ValConnection_SAP();&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 09:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401443#M9813</guid>
      <dc:creator>RMotta2408</dc:creator>
      <dc:date>2023-04-13T09:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: tJava - "cannot be resolved to a type" error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401444#M9814</link>
      <description>&lt;P&gt;@Rui Motta​&amp;nbsp;,​ yes, it should be &lt;/P&gt;&lt;P&gt;&lt;I&gt;import pt.com.digital.ValConnection_SAP;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 09:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401444#M9814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: tJava - "cannot be resolved to a type" error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401445#M9815</link>
      <description>&lt;P&gt;But, if for some reason, the "&lt;I&gt;import pt.com.digital.ValConnection_SAP;&lt;/I&gt;" instruction doesn't work, the error "&lt;I&gt;ValConnection_SAP cannot be resolved to a type&lt;/I&gt;" is to be expected, right?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 10:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/tJava-quot-cannot-be-resolved-to-a-type-quot-error/m-p/2401445#M9815</guid>
      <dc:creator>RMotta2408</dc:creator>
      <dc:date>2023-04-13T10:50:10Z</dc:date>
    </item>
  </channel>
</rss>

