Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
hzhen
Contributor III
Contributor III

talend component kit & jdk version

When using Talend Component Kit to develop SOAP components, The official document says to support JDK8. does Talend Open Studio runtime support JDK11?

And When I use the component developed by JDK11 to run in TOS and call the class in jaxws-rt-2.3.3, a ClassNotFound error occurs.

 

does someone can help me? thanks!

Labels (5)
1 Reply
Lim
Contributor
Contributor

Hello @han zhen​ 

Talend Open Studio runtime supports JDK8+, so jobs should works correctly when studio is using JDK11, whereas TCK developing and building components requiring java 8.

But your error looks like the lib was included to the jdk8, but not for 11, so you can try to add jaxws-rt-2.3.3 to the component dependencies.