<?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: tDotNetInstantiate error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335455#M104016</link>
    <description>I am having the same issue with the janet-win64.dll not being found.&amp;nbsp;
&lt;BR /&gt;I have placed it in the java\jdk\jre\bin and java\jdk\jre\lib as well as the system32 folder.
&lt;BR /&gt;
&lt;BR /&gt;The error being given:
&lt;BR /&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: no janet-win64 in java.library.path
&lt;BR /&gt;at java.lang.ClassLoader.loadLibrary(Unknown Source)
&lt;BR /&gt;at java.lang.Runtime.loadLibrary0(Unknown Source)
&lt;BR /&gt;at java.lang.System.loadLibrary(Unknown Source)
&lt;BR /&gt;at org.talend.net.Object.loadLibrary(Object.java:201)
&lt;BR /&gt;at org.talend.net.Object.&amp;lt;clinit&amp;gt;(Object.java:164)
&lt;BR /&gt;at csharp_test.test_1_0.Test.tDotNETInstantiate_1Process(Test.java:341)
&lt;BR /&gt;at csharp_test.test_1_0.Test.runJobInTOS(Test.java:1072)
&lt;BR /&gt;at csharp_test.test_1_0.Test.main(Test.java:929)
&lt;BR /&gt;
&lt;BR /&gt;Has this been resolved?</description>
    <pubDate>Wed, 16 Mar 2016 18:26:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-16T18:26:08Z</dc:date>
    <item>
      <title>tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335449#M104010</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I created a job with tDotNetInstantiate and tDotNetRow to call dll.&lt;BR /&gt;I have downloaded the janet-dll and placed in c:\windows\system32 as well as in java's bin directory.&lt;BR /&gt;But Getting error as below:&lt;BR /&gt;&lt;BR /&gt;Starting job test at 10:49 30/01/2016.&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 3527&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Java\jre1.8.0_66\bin\janet-win32.dll: A dynamic link library (DLL) initialization routine failed&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.loadLibrary0(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.loadLibrary(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Runtime.loadLibrary0(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.System.loadLibrary(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.net.Object.loadLibrary(Object.java:201)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.net.Object.&amp;lt;clinit&amp;gt;(Object.java:164)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.test_0_1.test.tDotNETInstantiate_1Process(test.java:336)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.test_0_1.test.runJobInTOS(test.java:710)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.test_0_1.test.main(test.java:567)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job test ended at 10:49 30/01/2016. [exit code=1]&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;R.Bharath&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2016 05:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335449#M104010</guid>
      <dc:creator>shrikavi2008</dc:creator>
      <dc:date>2016-01-30T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335450#M104011</link>
      <description>Hi,&lt;BR /&gt;Have you already configured the JDK path in Windows &amp;gt; Preferences &amp;gt; Java &amp;gt; Installed JRES?&lt;BR /&gt;Are you using 32 bit OS? janet-win32.dll for Windows 32-bit version and janet-win64.dll for Windows 64-bit version.&amp;nbsp;&lt;BR /&gt;Please see&amp;nbsp;the usage section in component reference:&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tDotNETInstantiate" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tDotNETInstantiate&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 01 Feb 2016 06:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335450#M104011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T06:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335451#M104012</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for you reply.&lt;BR /&gt;I placed both janet-win32.dll &amp;amp; janet-win64.dll in my 64 bit OS.&lt;BR /&gt;I placed above files in jre , JDK and system 32 folders. Still getting same error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;R.Bharath</description>
      <pubDate>Mon, 01 Feb 2016 09:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335451#M104012</guid>
      <dc:creator>shrikavi2008</dc:creator>
      <dc:date>2016-02-01T09:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335452#M104013</link>
      <description>Hi R.Bharath,&lt;BR /&gt;Could you please indicate the build version you are using?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 02 Feb 2016 03:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335452#M104013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T03:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335453#M104014</link>
      <description>Hi,&lt;BR /&gt;I tried in Talend Platform MDM with Bigdata 5.6 and Talend Data Fabric 6.0&lt;BR /&gt;Regards,&lt;BR /&gt;R.Bharath</description>
      <pubDate>Tue, 02 Feb 2016 04:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335453#M104014</guid>
      <dc:creator>shrikavi2008</dc:creator>
      <dc:date>2016-02-02T04:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335454#M104015</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
  C:\Program Files (x86)\Java\jre1.8.0_66\bin\janet-win32.dll: A dynamic link library (DLL) initialization routine failed 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Starting from version 6.0, Talend Studio requires a JDK installation instead of JRE only to build jobs, &amp;nbsp;and you must configure the JDK path in &amp;nbsp;Windows &amp;gt; Preferences &amp;gt; Java &amp;gt; Installed JRES. 
&lt;BR /&gt;Have you tried to place your janet-win64.dllm under&amp;nbsp;C:\Program Files (x86)\Java\jdk1.8.0_66\bin to see if it works? 
&lt;BR /&gt;Feel free to report a ticket on Talend Support Portal for your subscription product&amp;nbsp;so that we can give you a remote assistance through support cycle with priority. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 02 Feb 2016 06:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335454#M104015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T06:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335455#M104016</link>
      <description>I am having the same issue with the janet-win64.dll not being found.&amp;nbsp;
&lt;BR /&gt;I have placed it in the java\jdk\jre\bin and java\jdk\jre\lib as well as the system32 folder.
&lt;BR /&gt;
&lt;BR /&gt;The error being given:
&lt;BR /&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: no janet-win64 in java.library.path
&lt;BR /&gt;at java.lang.ClassLoader.loadLibrary(Unknown Source)
&lt;BR /&gt;at java.lang.Runtime.loadLibrary0(Unknown Source)
&lt;BR /&gt;at java.lang.System.loadLibrary(Unknown Source)
&lt;BR /&gt;at org.talend.net.Object.loadLibrary(Object.java:201)
&lt;BR /&gt;at org.talend.net.Object.&amp;lt;clinit&amp;gt;(Object.java:164)
&lt;BR /&gt;at csharp_test.test_1_0.Test.tDotNETInstantiate_1Process(Test.java:341)
&lt;BR /&gt;at csharp_test.test_1_0.Test.runJobInTOS(Test.java:1072)
&lt;BR /&gt;at csharp_test.test_1_0.Test.main(Test.java:929)
&lt;BR /&gt;
&lt;BR /&gt;Has this been resolved?</description>
      <pubDate>Wed, 16 Mar 2016 18:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335455#M104016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T18:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335456#M104017</link>
      <description>Hi,&lt;BR /&gt;Did you unblock the DLL ?&lt;BR /&gt;&lt;BR /&gt;Right-click on the DLL and click on the unblock button. Then try.&lt;BR /&gt;Thanks,&lt;BR /&gt;R.Bharath</description>
      <pubDate>Thu, 17 Mar 2016 17:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335456#M104017</guid>
      <dc:creator>shrikavi2008</dc:creator>
      <dc:date>2016-03-17T17:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: tDotNetInstantiate error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335457#M104018</link>
      <description>&lt;P&gt;Hi rsimon1&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Have you find solution ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I created a C# dll and I try to use it in&amp;nbsp;tDotNETInstantiate but I have this error :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre1.8.0_181\bin\janet-win64.dll: Can't find dependent libraries&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have try all solutions as i can find on the web but the error still (Put janet* in System32 or java jdk/jre folder. I have specified the path in properties...&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank in advance for your time.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Rémi&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 15:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDotNetInstantiate-error/m-p/2335457#M104018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-04T15:44:50Z</dc:date>
    </item>
  </channel>
</rss>

