Search:

Type: Posts; User: mtn_student

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    3,011

    [SOLVED] Re: FileNotFoundException via Scanner

    Nevermind, I just found out that I'm in the wrong directory. Thumbsup for Sean4u anyway :)
  2. Replies
    6
    Views
    3,011

    [SOLVED] Re: FileNotFoundException via Scanner

    Yes, the error now happens on line 38 instead of line 37.
  3. Replies
    6
    Views
    3,011

    [SOLVED] Re: FileNotFoundException via Scanner

    Adding System.out.println(memberFile.getAbsolutePath()); before the error causes it to display the same error message, but no path is printed before it occurs. Odd.
  4. Replies
    6
    Views
    3,011

    [SOLVED] FileNotFoundException via Scanner

    Hello,

    This block of code:

    public Member parseFile(String file_loc) throws FileNotFoundException{
    File memberFile = new File(file_loc);
    LinkedList stackList = new LinkedList();
    ...
Results 1 to 4 of 4