Java newbie here,
Using jdk1.8.0_05, I seem to be unable to resolve the java.nio.file.Files class
import java.nio.file.Files;
with the
Files cannot be resolved Paths cannot be resolved
FIX :
import java.nio.file.*;