Is there any way to import executable JAR file in Talend?

380 Views Asked by At

i'm trying to import an Executable jar in talend which i need to process. is there any way to do it?

2

There are 2 best solutions below

0
Amine Ben Khelifa On
  • Drop a tSystem component from the Palette to the design workspace.

  • Double-click tSystem to open its Component view.

  • Select the Use Single Command option to activate its Command field and type in the command for running the jar.

  • In the Standard Output drop-down list, select to both console and global variable.

  • Press F6 to run this Job.

0
Jim Macaulay On

You can use tLibraryLoad component and add the custom library.

enter image description here

You can also use tJava component to call the library