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: 
Anonymous
Not applicable

How to import external .jar libs into Talend custom component

 
Labels (3)
12 Replies
Anonymous
Not applicable
Author

Hi 
There is an option to import external libraries in the second page when creating a new component. see
0683p000009MCV5.png
Afterwards, the jar file should be loaded automatically to the component folder.
Best regards
Shong
Anonymous
Not applicable
Author

 
Anonymous
Not applicable
Author

 
Anonymous
Not applicable
Author

I can't post link because I have not more 10 messages on forum so I add space here : ht tp s://www.dropbox.com/s/1je17q003saw4b5/soa-model-core-1.4.1.4.jar?dl=0
And here you have my parser : ht t p://www.membrane-soa.org/soa-model-doc/1.4/java-api/parse-wsdl-java-api.htm
Thanks and sorry for this.
Anonymous
Not applicable
Author

 
Anonymous
Not applicable
Author

Hi
I am not able to access your jar file, can you please email it to me for testing. 
In addition,  here is a KB article about how to create a custom component by hands without component designer, you can try this way.
Best regards
Shong
Anonymous
Not applicable
Author

 
Anonymous
Not applicable
Author

 
Anonymous
Not applicable
Author

<%@ jet
imports="
org.talend.core.model.process.INode 
org.talend.core.model.process.ElementParameterParser 
org.talend.core.model.metadata.IMetadataTable 
org.talend.core.model.metadata.IMetadataColumn 
org.talend.core.model.process.IConnection
org.talend.core.model.process.IConnectionCategory
org.talend.designer.codegen.config.CodeGeneratorArgument
org.talend.core.model.metadata.types.JavaTypesManager
org.talend.core.model.metadata.types.JavaType
java.util.List 
java.util.Map
"
%>

You don't import the class in the import part before you use it.