Search:

Type: Posts; User: pbrockway2

Search: Search took 0.16 seconds.

  1. Replies
    6
    Views
    1,642

    Re: When a button is clicked: get my Data!!!

    In fact you will have got a stack trace that indicates where the problem occured: I'm guessing in the line that initialised scanner.

    You could check the full path of the file you are trying to...
  2. Replies
    6
    Views
    1,642

    Re: When a button is clicked: get my Data!!!

    It might help if you obtain more information than merely "Error".



    } catch (IOException error) {
    //System.out.println("Error");
    error.printStackTrace();
    }
Results 1 to 2 of 2