Skip to main content

Integrating .Net into Talend Studio: Prerequisites

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!