Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    2,714

    Re: Save Textfield to an Array

    Are there any error messages?
    You should add a call to printStackTrace in the catch block to give a full error message.


    catch (Exception e)
    {
    System.out.println("No such file exists.");...
  2. Replies
    9
    Views
    2,714

    Re: Save Textfield to an Array

    What is written to the file when the program executes?
  3. Replies
    9
    Views
    2,714

    Re: Save Textfield to an Array

    Please explain the problem. Post the full text of any error messages.
Results 1 to 3 of 3