Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
imholzj
Contributor III
Contributor III

java.nio.file.Files

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

Labels (2)
1 Reply
Anonymous
Not applicable

Import the class in the advanced settings panel of tJava.

import java.nio.file.Files;

 

Regards

Shong