Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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!

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.