Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 shrikavi2008
		
			shrikavi2008
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I created a job with tDotNetInstantiate and tDotNetRow to call dll.
I have downloaded the janet-dll and placed in c:\windows\system32 as well as in java's bin directory.
But Getting error as below:
Starting job test at 10:49 30/01/2016.
[statistics] connecting to socket on port 3527
[statistics] connected
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
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at org.talend.net.Object.loadLibrary(Object.java:201)
    at org.talend.net.Object.<clinit>(Object.java:164)
    at local_project.test_0_1.test.tDotNETInstantiate_1Process(test.java:336)
    at local_project.test_0_1.test.runJobInTOS(test.java:710)
    at local_project.test_0_1.test.main(test.java:567)
[statistics] disconnected
Job test ended at 10:49 30/01/2016. [exit code=1]
Regards,
R.Bharath
 
					
				
		
 shrikavi2008
		
			shrikavi2008
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 shrikavi2008
		
			shrikavi2008
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
C:\Program Files (x86)\Java\jre1.8.0_66\bin\janet-win32.dll: A dynamic link library (DLL) initialization routine failed
 
					
				
		
 shrikavi2008
		
			shrikavi2008
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
Hi rsimon1
Have you find solution ?
I created a C# dll and I try to use it in tDotNETInstantiate but I have this error :
java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre1.8.0_181\bin\janet-win64.dll: Can't find dependent libraries
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...
Thank in advance for your time.
Rémi
