Search:

Type: Posts; User: deeevo

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Java - reading in two text files of different sizes into an ArrayList

    The idea I have in my head of what I am trying to do is...



    public class Sport
    {
    private String sportName;
    private double usageFee;
    private double insuranceFee;
    private...
  2. [SOLVED] Re: Java - reading in two text files of different sizes into an ArrayList

    Well that was silly... I just removed it from the text file - the comments.

    I now have the error java.lang.ArrayIndexOutOfBoundsException: 1, which in my understanding is referring to the first...
  3. [SOLVED] Java - reading in two text files of different sizes into an ArrayList

    I'm reading in my second text file of data, it is listed below. My first text file is reading and printing to the terminal fine.

    // this is a comment, ignore
    // name, usagefee, insurance,...
Results 1 to 3 of 3