Search:

Type: Posts; User: Sean4u

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,011

    [SOLVED] Re: FileNotFoundException via Scanner

    Maybe you should change that line to:
    System.out.println("****\n\n\n****LOOKIT THIS FILE!!!! '" + memberFile.getAbsolutePath() + "' ****\n\n\n\n **** CAN YOU SEE ME NOW?????\n\n\n\n****");...
  2. Replies
    6
    Views
    3,011

    [SOLVED] Re: FileNotFoundException via Scanner

    Did you check the line numbers in the Exception? If you added a line and compiled your code the line numbers should at least have increased by 1.
  3. Replies
    6
    Views
    3,011

    [SOLVED] Re: FileNotFoundException via Scanner

    You can use File.getAbsolutePath() to get the full path the JVM will use to locate the file. Print the absolute path out just before the error happens. Is it what you expect?
Results 1 to 3 of 3