Integrating .Net into Talend Studio: Prerequisites - 7.3

DotNET

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > DotNET components
Data Quality and Preparation > Third-party systems > DotNET components
Design and Development > Third-party systems > DotNET components
Last publication date
2024-02-21

The prerequisites for invoking dll methods in a Talend Studio Job:

  • Obtain the janet dll (that is, janet-win64>.dll): click here for .NET 3.5 or here for .NET 4.0.
  • Place the file in a directory that the system variable Path points to (for example, %JAVA_HOME%\bin, C:\Windows\System32, etc). You can also place it in another directory. In this case, you need to add the directory as a library path using -Djava.library.path=path_to_directory_containing_the_dll .
  • The system assembly or the dll to integrate already exists.