Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,360

    [SOLVED] Re: FileNotFoundException

    Then you should ask why that is the case. I for one am now utterly confused as to your exception...your post is labelled FileNotFoundException, yet the exception in your first post is a...
  2. Replies
    5
    Views
    1,360

    [SOLVED] Re: FileNotFoundException

    Use the println's to print the value of each variable (for instance, System.out.println(bufferedReader); ) - something is null, and printing out each variable you use on the line which throws the...
  3. Replies
    5
    Views
    1,360

    [SOLVED] Re: FileNotFoundException

    What is null on the line that the exception is being thrown? Add some println's in there to debug to determine which variable is null, and backtrack from there to see whether the variable was ever...
Results 1 to 3 of 3