Results 1 to 4 of 4
Thread: Can't use BasicFileAttributes
- 07-26-2011, 07:47 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 28
- Rep Power
- 0
Can't use BasicFileAttributes
I have java 1.6, so I don't have the class: BasicFileAttribues in java.nio.file.attribute
it's written in it that it's since 1.7 .. is there a way I can use it either by installing java 1.7 or by adding this class to my API docs? and if yes how can I add it to the API docs?
- 07-27-2011, 02:42 AM #2
If that class is in Java 1.7 then the only way you can use it is to install 1.7 on your machine.
- 07-27-2011, 11:56 AM #3
Member
- Join Date
- Jul 2011
- Posts
- 28
- Rep Power
- 0
ok.. I found jdk 7 and jre 7.. i downloaded both but i still couldnt find that class.. Should I also download the class? and how can I do that!
Thank alot!
- 07-27-2011, 12:57 PM #4
Bookmarks