Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Class throws FileNotFoundException when called from another class

    Are you using relative paths vs absolute paths? Does the program change the current directory so the relative path would be to a different location?
  2. [SOLVED] Re: Class throws FileNotFoundException when called from another class

    Computers require it to be exact. Close doesn't work.
  3. [SOLVED] Re: Class throws FileNotFoundException when called from another class

    Is that the correct path to the file?
  4. [SOLVED] Re: Class throws FileNotFoundException when called from another class

    What path prints out when you print the File class's absolute path?
  5. [SOLVED] Re: Class throws FileNotFoundException when called from another class

    A FileNotFoundException means the program can't find the file on the path specified by the File class object.
    Are you sure the filename and the path name are correct?

    To see where the program is...
Results 1 to 5 of 5