"ERROR:Could not find java.nio.file.Paths" when using Oracle JDK 1.7
- by Ankit
I want to try out some features rolled out in Oracle's new JDK 1.7. I followed the post:- Oracle JDK 1.7 but the post doesn't seem to help.
I was trying to fetch out the structure for java.nio.file.Paths class file but got the following error:-
buffer@ankit:~$ javap java.nio.file.Paths ERROR:Could not find java.nio.file.Paths
However i can…