I am new to Talend. I am trying to read a CSV file that is encoded in UTF-8. When I try to create a new file delimited, I am getting the following error.
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
What could be causing the issue?
Appreciate your help.
This looks like a JDK/JRE library error.
In your studio, Navigate to
Window >> Preferences >> Java >> Installed JREs
, and then select the jre1.8.0_*** from java install path.