Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
My technical team developed a few years ago a plugin in the form of 4 java libraries taken into account in the studio of our TOS version of Talend.
I wanted to include this plugin in our version TIS 6.4.1 Talend but the Studio does not take it into account, I can not load it.
Are there any restrictions on the use of external plugin on the TIS version of Talend? How to have this plugin in the Studio?
Regards,
Vincent
Hello,
Usually, there are two ways for you to import and use an external jar.
1)Using tLibraryload component to load the jar file at the beginning of job. for example:
tLibraryLoad
|
tJava(on tJava, use the external API)
2)Creating custom routine, import the external jar file by clicking on the rouinte name and edting the routine libraries, and then call this routine in the job.
Let us know if it is OK with you.
Best regards
Sabrina
Hello,
Thank you for these explanations but I do not see how to get out.
This plugin is accessible via an icon from the menu bar and is called after the Talend Job export.
The principle is that it retrieves the export zip file to integrate it into our component distribution tool.
The screen shot below shows the input window after clicking on the icon.
It works very well on Talend TOS but I can not integrate it on a talend TIS.
Regards,
Vincent