In netbean jdk, it does not import the file,"java.nio.file.Paths". why?.
it shows error file does not exist.
View Answers
April 28, 2011 at 4:53 PM
The class java.nio.file.Paths is found only in the new version of Java i.e,JDK 7 which is now changed to java.nio.file.Path. Do you have JDK in your netbeans?