Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using tJava component in the job. Since our java code is related to xml parser, we added
import javax.xml.transform.dom.*;
this import statement added in Advance settings in tJava component.
But we are getting error msg "Syntax error on token "Invalid Character", delete this token"
So, we downloaded related jar file and added it in talend in the following ways
window->show view->talend->modules
Imported jar file in modules section, but no use. Still it's showing the same error.
Even I tried tLibraryLoad component, no change in the error.
Can you please let me know what are the changes to be done to make sure code can access external jar files.
Thanks