Home Answers Viewqa Java-Beginners In netbean jdk, it does not import the file,"java.nio.file.Paths". why?.

 
 


raja hinke
In netbean jdk, it does not import the file,"java.nio.file.Paths". why?.
2 Answer(s)      2 years and a month ago
Posted in : Java Beginners

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?


April 29, 2011 at 7:52 PM


thanks









Related Pages:
jdk

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.