Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
VThitme
Contributor III
Contributor III

Not able to use custom jar

Hi team 

I am not able to use the custom build executable jar file in Talend.

 

Steps followed :

I have created the Java class, compiled it and ran it in cmd. It is working fine in cmd. Then I created an executable Jar file of my class which is running fine in cmd.

In Talend, I have imported that Jar file and calling the function created in that class. But I am unable to call that function.

I am getting the attached error message.

Kindly help me use call function in Talend through class.

Labels (3)
2 Replies
Anonymous
Not applicable

Hi

Right click on your user routine and select 'Edit Routine libraries' option to import your custom jar.

 

Regards

Shong

 

 

jlolling_kloeckner
Contributor
Contributor

Can you please also post the code which calls your function?

Do you want to call your program with ntSystem component as external java program or do you intent to create a Talend routine to be called within a tJava or any other expression builders like tMap?