Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I must be doing something fundamentally wrong. I'm trying to use java.nio.file.Files in a tJava and Talend can't find the Class.
I'm using Talend 7.3 on Ubuntu.
My understanding is that the java.nio.file. classes are builtin to Java 8.
Please feel free to point me to the appropriate documentation.
Thanks,
jji
Import the class in the advanced settings panel of tJava.
import java.nio.file.Files;
Regards
Shong