Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Reading from a txt file into 3 arraylists and save it as double

    What was the last line printed out before the error?
    For more info add this after the call to split()
    System.out.println("theLines=" + java.util.Arrays.toString(theLines));
  2. Re: Reading from a txt file into 3 arraylists and save it as double

    What variable is null at line 38 in your program? When you see which one, back track to see why it has a null value.


    Can you describe what happens?

    Print out the contents of the line variable...
  3. Re: Reading from a txt file into 3 arraylists and save it as double

    Can you explain what your problem is? Does the program compile ok and execute?
    If not, copy and paste here the full text of the error message.
    If it executes, does it do what you want?
    If not show...
Results 1 to 3 of 3