Search:

Type: Posts; User: Phynx

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    5,663

    Re: Strange errors with java.nio.file

    java.nio.file.spi.FileSystemProvider has an checkAccess method
    FileSystemProvider (Java Platform SE 7 )

    which is why i imported it, but it didn't make a difference, so it may be a mistake written...
  2. Replies
    9
    Views
    5,663

    Re: Strange errors with java.nio.file

    well didn't make a difference, i imported the following..

    import java.nio.file.*;
    import java.nio.file.Path;
    import java.nio.file.Paths;
    import java.nio.file.Files;
    import...
  3. Replies
    9
    Views
    5,663

    Re: Strange errors with java.nio.file

    Nope, since i wrote the code exactly as its shown in the book, i'll include path and see if it goes through
  4. Replies
    9
    Views
    5,663

    Re: Strange errors with java.nio.file

    I'm having that same issue using the same book, how did you manage to get past it?
Results 1 to 4 of 5