Sunday 20 February 2022

Error Line: 1 Detail Message: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

 Generally this JRE issue in Talend .

Talend Studio will point wrong JRE path. we need to point right JRE in Talend studio.


Solution: Check your java version  and point to the right version in talend

java -version




2. we need to point Java 11 folder in installed in Talend

Studio-->windows-->Prefence-->Java-->InstalledJRE

Point JDK 11 home folder



Thanks

Jilani Syed




No comments:

Post a Comment

java.io.IOException: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact Return code is: 400, ReasonPhrase: Repository does not allow updating assets: releases.

 HI, by Default in Nexus release branch will not allow redeploy of the Same version of Talend job. if we need to redeploy same job again int...