bingoogolapple / bingoogolapple.github.io

个人主页。同时也通过 Issues 记录学习笔记
http://www.bingoogolapple.cn
86 stars 22 forks source link

java-nio-file-not-working-even-with-jdk-1-7-in-eclipse #85

Open bingoogolapple opened 8 years ago

bingoogolapple commented 8 years ago

Even after doing all the recommended things it wasn't working. Finally saw a setting in another thread that I hadn't tried till now.

Project -> Properties -> Java Build Path -> Libraries -> Add Library -> JRE System Library -> Select Workspace Default (jdk 1.7*) Done.

So even when eclipse installation details configuration may show all the correct numbers, we still have to explicitly add 1.7 library from project properties.